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
npm install for this package fails at typings install.
verbose stack Error: [email protected] postinstall: typings install 243 verbose stack spawn ENOENT 243 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:33:16) 243 verbose stack at emitTwo (events.js:106:13) 243 verbose stack at ChildProcess.emit (events.js:191:7) 243 verbose stack at maybeClose (internal/child_process.js:886:16) 243 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) 244 verbose pkgid [email protected] 245 verbose cwd /Users/Samir/Desktop/portfolio-app/my-resume 246 verbose Darwin 16.6.0 247 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "angular2-google-recaptcha" 248 verbose node v6.10.2 249 verbose npm v5.0.3 250 error file sh 251 error code ELIFECYCLE 252 error errno ENOENT 253 error syscall spawn 254 error [email protected] postinstall: typings install 254 error spawn ENOENT 255 error Failed at the [email protected] postinstall script. 255 error This is probably not a problem with npm. There is likely additional logging output above. 256 verbose exit [ 1, true ]
typings install
The text was updated successfully, but these errors were encountered:
i had this, ran npm i -g typings and then reinstalled the library and it seemed to install after that.
npm i -g typings
Sorry, something went wrong.
No branches or pull requests
npm install for this package fails at typings install.
verbose stack Error: [email protected] postinstall:
typings install
243 verbose stack spawn ENOENT
243 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:33:16)
243 verbose stack at emitTwo (events.js:106:13)
243 verbose stack at ChildProcess.emit (events.js:191:7)
243 verbose stack at maybeClose (internal/child_process.js:886:16)
243 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
244 verbose pkgid [email protected]
245 verbose cwd /Users/Samir/Desktop/portfolio-app/my-resume
246 verbose Darwin 16.6.0
247 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "angular2-google-recaptcha"
248 verbose node v6.10.2
249 verbose npm v5.0.3
250 error file sh
251 error code ELIFECYCLE
252 error errno ENOENT
253 error syscall spawn
254 error [email protected] postinstall:
typings install
254 error spawn ENOENT
255 error Failed at the [email protected] postinstall script.
255 error This is probably not a problem with npm. There is likely additional logging output above.
256 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered: