yarn install fails due to open-collective
See original GitHub issueI 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:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top 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 >
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 Free
Top 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
Ugh, sorry to push the bad build. Removed opencollective and published a new release. 1.5.2 is now on npm.
This is because the
opencollective
is run aspostinstall
but is listed as adevDependency
since the update from 4 hours ago.This breaks all builds with Split.js. Please move the
opencollective
dependency to the normaldependencies
or get rid of it entirely.