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.

yarn install fails due to open-collective

See original GitHub issue

I am using the vue-split-panel in my project which depends on split.js. When I try to install the dependencies for the project I get the following error.

[4/4] 📃  Building fresh packages...
[1/6] ⡀ split.js
[2/6] ⡀ fsevents
[3/6] ⡀ cypress
[4/6] ⡀ nodent-runtime
error /Users/tecoholic/my_app/node_modules/split.js: Command failed.
Exit code: 127
Command: opencollective postinstall
Arguments:

I think the post install command of split.js is preventing the proper installation of the vue plugin.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
nathancahillcommented, Oct 9, 2018

Ugh, sorry to push the bad build. Removed opencollective and published a new release. 1.5.2 is now on npm.

1reaction
Robinfrcommented, Oct 9, 2018

This is because the opencollective is run as postinstall but is listed as a devDependency since the update from 4 hours ago.

This breaks all builds with Split.js. Please move the opencollective dependency to the normal dependencies or get rid of it entirely.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developers - Yarn opencollective install error - - Bountysource
Hi, when I install flag-icon-css with Yarn I get this error: error D:\Maicol\Documents\Progetti\Web\scheduled_exams\vendor\web-assets\flag-icon-css: Command ...
Read more >
opencollective-postinstall | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >
Forced to run npm install before yarn? - node.js - Stack Overflow
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, ...
Read more >
Husky - Git hooks
npx husky-init && npm install # npm npx husky-init && yarn # Yarn 1 yarn dlx ... If npm test command fails, your...
Read more >
bootstrap - npm
... Install with yarn: yarn add bootstrap@v5.2.3; Install with Composer: ... Status Backers on Open Collective Sponsors on Open Collective ...
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