question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error when installing project dependencies during opencollective-postinstall

See original GitHub issue

This 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:closed
  • Created 6 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
domi41commented, Mar 2, 2018

We can confirm this. There was a similar issue that @santisiri solved already.

0reactions
martinezinsuacommented, Jul 29, 2020

I solved the error installing opencollective-postinstall before running npm install:

npm install opencollective-postinstall@latest --save
npm install 
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found