Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on installation #1382

Closed
leonardojobim opened this issue Jun 14, 2016 · 4 comments
Closed

Error on installation #1382

leonardojobim opened this issue Jun 14, 2016 · 4 comments
Assignees
Labels
core type: question Request for information or clarification. Not an issue.

Comments

@leonardojobim
Copy link

I am receiving the error below when execute "npm install gcloud --save"

npm WARN EBUNDLEOVERRIDE Replacing bundled grpc > node-pre-gyp with new installed version
npm ERR! Linux 3.2.0-23-generic-pae
npm ERR! argv "/home/vagrant/.nvm/versions/node/v5.5.0/bin/node" "/home/vagrant/.nvm/versions/node/v5.5.0/bin/npm" "install" "gcloud" "--save"
npm ERR! node v5.5.0
npm ERR! npm  v3.3.12
npm ERR! path /vagrant/parse/city-chat-web/node_modules/.grpc.DELETE/node_modules/node-pre-gyp
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename

npm ERR! enoent ENOENT: no such file or directory, rename '/vagrant/parse/city-chat-web/node_modules/.grpc.DELETE/node_modules/node-pre-gyp' -> '/vagrant/parse/city-chat-web/node_modules/grpc/node_modules/node-pre-gyp'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent 
@stephenplusplus
Copy link
Contributor

@murgatroid99 any ideas?

@murgatroid99
Copy link

I don't know. I've never seen that before. It looks like some sort of error in the npm install process.

@leonardojobim
Copy link
Author

I removed the node_modules folder and reinstalled all the packages again.
Then it worked.

@stephenplusplus
Copy link
Contributor

Thanks for sharing the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

3 participants