Java and Eclipse Plugin Development

Java, Eclipse Plugin Development and best software development practices

Showing posts with label node.js. Show all posts
Showing posts with label node.js. Show all posts
Thursday, November 26, 2015

Managing node.js with nvm

›
Managing node.js with nvm Run below command to install nvm curl https://raw.githubusercontent.com/creationix/nvm/v0.11.1/install.sh | b...
Wednesday, March 18, 2015

Upgrade node.js via npm

›
sudo npm cache clean -f sudo npm install -g n sudo n stable This will install the latest stable version. If you want to install ...
Tuesday, March 17, 2015

How to remove specific npm package from windows system

›
> npm rm -g  <packagename> Try even this. >npm uninstall <packagename>
Thursday, March 12, 2015

Removing node.js and npm from mac os x

›
Go to  /usr/local/lib  and delete any  node  and  node_modules Go to  /usr/local/include  and delete any  node  and  node_modules  direct...
Wednesday, March 4, 2015

Installing npm node_modules into custom location

›
> npm install --prefix <custom directory path> Example: > npm install  --prefix C:\MyInstallations With this, node_module...
›
Home
View web version

About Me

KK
Learn, share and repeat!
View my complete profile
Powered by Blogger.