Open stekontar opened 7 years ago
You probably don't have dependencies of node-gyp
installed. See its installation readme. This requirement will be lifted soon.
@jjrv thanks for your response
I have checked again the installation of node-gyp, everything seems ok.
~/node_modules $ node-gyp -v
v3.6.1
~/node_modules $ make -v
GNU Make 4.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
~/node_modules $ gcc --version
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I tried to install it in ~/node_modules directory but I had no luck I also download the project and run "npm install" but same error appears. Is there something specific that should I check?
Regards, S.
I am facing the same issue as mentioned by @stekontar . Please provide alternate solution.
This is the error in npm-debug.log:
27268 verbose stack Error: node-expat@2.3.16 install: node-gyp rebuild
27268 verbose stack Exit status 1
27268 verbose stack at EventEmitter.node-gyp rebuild
27276 error Exit status 1
27277 error Failed at the node-expat@2.3.16 install script 'node-gyp rebuild'.
I am trying to install it but with no luck I tried to win 10 / linux mint and in both the following message appears Failed at the node-expat@2.3.16 install script 'node-gyp rebuild' I tried to install it vi npm I also download the project and run npm install same error everywhere.
any suggestions? Regards, S.