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 at npm install #41

Closed
lucypero opened this issue Oct 25, 2017 · 3 comments
Closed

Error at npm install #41

lucypero opened this issue Oct 25, 2017 · 3 comments
Labels

Comments

@lucypero
Copy link

npm ERR! Windows_NT 6.3.9600
npm ERR! argv "E:\Programs\nodejs\node.exe" "E:\Programs\nodejs\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! node v6.11.2
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! @paulcbetts/cld@2.4.6 install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @paulcbetts/cld@2.4.6 install script 'node-gyp rebuild'. npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the @paulcbetts/cld package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs @paulcbetts/cld
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls @paulcbetts/cld
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! E:\Documents\Electron projects\spellcheck examples\electron-spellchecker\npm-debug.log

npm-debug.log

@apaatsio
Copy link

apaatsio commented Nov 8, 2017

I had a similar error. I believe it is caused by this: nodejs/node-gyp#1267

You need to wait for a new release of node-gyp for the fix. The bug exists still in 3.6.2. Next version seems to be 4.0.0.

@Nokel81
Copy link
Contributor

Nokel81 commented Mar 12, 2018

This is odd because 2.4.7 installs fine on my Mac with node v8.10 but fails on Ubuntu with node v8.10

@dachev dachev added the windows label Oct 27, 2019
@dachev
Copy link
Owner

dachev commented Mar 6, 2020

This should be fixed in 2.6.0

@dachev dachev closed this as completed Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants