Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

Bug when 2 Express wizards start (in STS 2.9.1), #42

Open paulvi opened 11 years ago

paulvi commented 11 years ago

When testing 0.4.0.201305181550 (in STS 2.9.1, based on Eclipse 3.7.2),

When express install was not finished, and new Express project created, I got error and 2 node.exe processes hanging in memory

This be passed by closing those processes and restart.

Error:

npm http GET https://registry.npmjs.org/express/3.1.0
npm ERR! Error: EPERM, open 'C:\Users\pverest\AppData\Roaming\npm-cache\ad03ed78-jade.lock'
npm ERR!  { [Error: EPERM, open 'C:\Users\pverest\AppData\Roaming\npm-cache\ad03ed78-jade.lock']
npm ERR!   errno: 50,
npm ERR!   code: 'EPERM',
npm ERR!   path: 'C:\\Users\\pverest\\AppData\\Roaming\\npm-cache\\ad03ed78-jade.lock' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! cwd D:\workspaces\workspace-sts-2.9.1.RELEASE\NodeExpress04-2
npm ERR! node -v v0.8.16
npm ERR! npm -v 1.1.69
npm ERR! path C:\Users\pverest\AppData\Roaming\npm-cache\ad03ed78-jade.lock
npm ERR! code EPERM
npm ERR! errno 50
npm ERR! stack Error: EPERM, open 'C:\Users\pverest\AppData\Roaming\npm-cache\ad03ed78-jade.lock'
npm http GET https://registry.npmjs.org/express/3.1.0
tomotaro1065 commented 11 years ago

Paul, Leave it to you.

paulvi commented 11 years ago

I got it.