We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello Team,
I tried unboxing as well as directly downloading the content and then installing using npm install.
npm install is failing.
npm install
Following is the log for the same:
2733 verbose stack Error: [email protected] install: node-gyp rebuild 2733 verbose stack Exit status 1 2733 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16) 2733 verbose stack at EventEmitter.emit (events.js:314:20) 2733 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14) 2733 verbose stack at ChildProcess.emit (events.js:314:20) 2733 verbose stack at maybeClose (internal/child_process.js:1047:16) 2733 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) 2734 verbose pkgid [email protected] 2735 verbose cwd E:\git-not\truffle-angular-box 2736 verbose Windows_NT 10.0.18363 2737 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" 2738 verbose node v14.13.0 2739 verbose npm v6.14.8 2740 error code ELIFECYCLE 2741 error errno 1 2742 error [email protected] install: node-gyp rebuild 2742 error Exit status 1 2743 error Failed at the [email protected] install script. 2743 error This is probably not a problem with npm. There is likely additional logging output above. 2744 verbose exit [ 1, true ]
node-gyp rebuild
System Information: Windows 10 [email protected]
The text was updated successfully, but these errors were encountered:
hey @ashu12318 did you manage to solve it?
Sorry, something went wrong.
No branches or pull requests
Hello Team,
I tried unboxing as well as directly downloading the content and then installing using npm install.
npm install
is failing.Following is the log for the same:
2733 verbose stack Error: [email protected] install:
node-gyp rebuild
2733 verbose stack Exit status 1
2733 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)
2733 verbose stack at EventEmitter.emit (events.js:314:20)
2733 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
2733 verbose stack at ChildProcess.emit (events.js:314:20)
2733 verbose stack at maybeClose (internal/child_process.js:1047:16)
2733 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5)
2734 verbose pkgid [email protected]
2735 verbose cwd E:\git-not\truffle-angular-box
2736 verbose Windows_NT 10.0.18363
2737 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install"
2738 verbose node v14.13.0
2739 verbose npm v6.14.8
2740 error code ELIFECYCLE
2741 error errno 1
2742 error [email protected] install:
node-gyp rebuild
2742 error Exit status 1
2743 error Failed at the [email protected] install script.
2743 error This is probably not a problem with npm. There is likely additional logging output above.
2744 verbose exit [ 1, true ]
System Information:
Windows 10
[email protected]
The text was updated successfully, but these errors were encountered: