Error when installing project dependencies during opencollective-postinstall
See original GitHub issueThis is a Bug Report
🎩 Description
- What went wrong? When installing dependencies (npm install), got an error during opencollective-postinstall
- What did you expect should have happened? I didn’t expect to get an error when installing project dependencies
- What was the config you used? Windows 10 64 bits npm version: ‘5.6.0’
- What stacktrace or error message from your provider did you see?
983 verbose stack Error: opencollective-postinstall@1.1.1 postinstall:
node bin/setup.js
983 verbose stack Exit status 1 983 verbose stack at EventEmitter.<anonymous> (C:\Users\Thom\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\index.js:285:16) 983 verbose stack at emitTwo (events.js:106:13) 983 verbose stack at EventEmitter.emit (events.js:191:7) 983 verbose stack at ChildProcess.<anonymous> (C:\Users\Thom\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14) 983 verbose stack at emitTwo (events.js:106:13) 983 verbose stack at ChildProcess.emit (events.js:191:7) 983 verbose stack at maybeClose (internal/child_process.js:920:16) 983 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:230:5)
📌 Related issues
📋 Additional Data
2018-01-25T07_36_11_435Z-debug.log
- Sovereign deployment where you found the issue:
- Browser & version:
- Screenshot:
- Error messages:
- URL to reproduce the error:
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Error when installing project dependencies during ... - GitHub
When installing dependencies (npm install), got an error during opencollective-postinstall What did you expect should have happened?
Read more >How to solve npm install error “npm ERR! code 1”
When I try to run the npm install command in an older project, I faced the same issues and I resolved it by...
Read more >pnpm install
pnpm install is used to install all dependencies for a project. In a CI environment, installation fails if a lockfile is present but...
Read more >Advanced Installation Instructions | Electron
To install prebuilt Electron binaries, use npm. The preferred method is to install Electron as a development dependency in your app:
Read more >Problem with application build - Development - Joplin Forum
Windows 10 node v14.16.0 I run npm install in root folder and get next error e:\joplin>npm install > postinstall > npm run bootstrap...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We can confirm this. There was a similar issue that @santisiri solved already.
I solved the error installing opencollective-postinstall before running npm install: