Posted: May 5th, 2012 | Author: lukas | Filed under: meteorjs, Ubuntu | Tags: meteorjs, nodejs | No Comments »I got following error when tried to use node.js package (installed with npm) in meteorjs application on my Ubuntu:
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead.
You can find sample code causing error here.
I’ve tried setting NODE_PATH in bash but with no success.
Then I’ve looked into meteor script (under /usr/bin) and saw that meteor is setting NODE_PATH by itself (it is pointing to /usr/lib/meteor/lib/node_modules directory). I cloned required package directly from github into /usr/lib/meteor/lib/node_modules directory and my application run wihout any errors.
Posted: October 5th, 2010 | Author: lukas | Filed under: Ubuntu | Tags: bug, Chrome, Chromium, libmoon, Ubuntu, Ubuntu 10.10 | No Comments »Today I’ve upgraded Ubuntu on my laptop to Ubuntu 10.10 (Maverick Meerkat) Release Candidate. Everything went smoothly. Ubuntu downloaded all needed packages and upgraded system. I had no problem during startup nor during work with new Ubuntu. Thou when I tried to launch my Chromium browser I shut down immediatly after startup. I tried once again, this time lauching browser from Gnome Terminal.
Read the rest of this entry »
Posted: June 8th, 2010 | Author: lukas | Filed under: Ubuntu | Tags: indicator applet | 2 Comments »In Ubuntu 10.04 Indicator applet replaced separate applets in taskbar (e.g. sound applet, battery applet, network applet). Its main purpose was to unify messages being shown to user.
Read the rest of this entry »
Posted: April 25th, 2010 | Author: lukas | Filed under: Ubuntu | Tags: Ubuntu 10.04 | 1 Comment »Today I’ve upgraded Ubuntu on my laptop to 10.04 version release candidate. Update went smoothly. After 10 minutes I had all packages downloaded. After another 20-30 minutes all packages were installed and after restart I had new Ubuntu release installed.
The only thing that was annoying me was a default window button layout. Minimize, maximize and close buttons were moved from right to left.
Read the rest of this entry »
Posted: March 16th, 2010 | Author: lukas | Filed under: Ubuntu | Tags: bug, Eclipse, GTK, Ubuntu | 1 Comment »I use Ubuntu as operating system on my development machine. I keep my system up-to-date and apply patches and upgrades to new releases as soon as they are available for download. After upgrading to Karmic Koala 9.10 I noticed, that all my development tools based on Eclipse (STS, RadRails, Aptana Studio) are experiencing same problem: buttons on most dialog boxes (wizards, properties windows etc.) could not be pushed any more using mouse. Of course keyboard shortcuts still worked.
Read the rest of this entry »