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

Can not get grpcc to install #49

Open
tommiyau opened this issue Jan 17, 2018 · 2 comments
Open

Can not get grpcc to install #49

tommiyau opened this issue Jan 17, 2018 · 2 comments

Comments

@tommiyau
Copy link

I've tried completely deleting everything associated with node and I can not get grpcc to install through rpm at all.

npm version is 3.5.2
node version is 4.2.6

npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "grpcc"
npm ERR! node v4.2.6
npm ERR! npm v3.5.2
npm ERR! path /usr/local/lib/node_modules/.staging/node-pre-gyp-788c79f0
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename

npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/node-pre-gyp-788c79f0' -> '/usr/local/lib/node_modules/grpcc/node_modules/grpc/node_modules/node-pre-gyp'
npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/node-pre-gyp-788c79f0' -> '/usr/local/lib/node_modules/grpcc/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

npm ERR! Please include the following file with any support request:
npm ERR! /root/npm-debug.log

@woodgoblin
Copy link

Same for me as well, does anyone know the workaround?

@woodgoblin
Copy link

sudo npm remove -g yo grpcc
npm cache clean
sudo npm install -g grpcc@latest

That worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants