[GH-ISSUE #328] NPM error when upgrading to 2.2.1 #242

Closed
opened 2026-02-26 02:32:33 +03:00 by kerem · 2 comments
Owner

Originally created by @klizas on GitHub (May 8, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/328

Hey!

Thanks for all great features introduced in this version! But when I try to upgrade, o got this error:

npm ERR! Linux 4.4.9-v7+
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! node v4.4.3
npm ERR! npm  v2.15.1
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package babel-plugin-transform-runtime@6.7.5 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer vueify@8.4.1 wants babel-plugin-transform-runtime@^6.8.0

npm ERR! Please include the following file with any support request:
Some last lines from log:
15743 info install babel-core@6.7.7
15744 info postinstall babel-core@6.7.7
15745 info install koel@
15746 info postinstall koel@
15747 verbose unsafe-perm in lifecycle true
15748 info prepublish koel@
15749 verbose validateInstall loading /var/www/koel/package.json for validation
15750 verbose stack Error: The package babel-plugin-transform-runtime@6.7.5 does not satisfy its siblings' peerDependencies requirements!
15750 verbose stack     at /usr/lib/node_modules/npm/lib/install.js:125:32
15750 verbose stack     at /usr/lib/node_modules/npm/lib/install.js:268:7
15750 verbose stack     at /usr/lib/node_modules/npm/node_modules/read-installed/read-installed.js:142:5
15750 verbose stack     at /usr/lib/node_modules/npm/node_modules/read-installed/read-installed.js:263:14
15750 verbose stack     at cb (/usr/lib/node_modules/npm/node_modules/slide/lib/async-map.js:47:24)
15750 verbose stack     at /usr/lib/node_modules/npm/node_modules/read-installed/read-installed.js:263:14
15750 verbose stack     at cb (/usr/lib/node_modules/npm/node_modules/slide/lib/async-map.js:47:24)
15750 verbose stack     at /usr/lib/node_modules/npm/node_modules/read-installed/read-installed.js:263:14
15750 verbose stack     at cb (/usr/lib/node_modules/npm/node_modules/slide/lib/async-map.js:47:24)
15750 verbose stack     at /usr/lib/node_modules/npm/node_modules/read-installed/read-installed.js:263:14
15751 verbose cwd /var/www/koel
15752 error Linux 4.4.9-v7+
15753 error argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
15754 error node v4.4.3
15755 error npm  v2.15.1
15756 error code EPEERINVALID
15757 error peerinvalid The package babel-plugin-transform-runtime@6.7.5 does not satisfy its siblings' peerDependencies requirements!
15757 error peerinvalid Peer vueify@8.4.1 wants babel-plugin-transform-runtime@^6.8.0
Originally created by @klizas on GitHub (May 8, 2016). Original GitHub issue: https://github.com/koel/koel/issues/328 Hey! Thanks for all great features introduced in this version! But when I try to upgrade, o got this error: ``` npm ERR! Linux 4.4.9-v7+ npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! node v4.4.3 npm ERR! npm v2.15.1 npm ERR! code EPEERINVALID npm ERR! peerinvalid The package babel-plugin-transform-runtime@6.7.5 does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer vueify@8.4.1 wants babel-plugin-transform-runtime@^6.8.0 npm ERR! Please include the following file with any support request: ``` ``` Some last lines from log: 15743 info install babel-core@6.7.7 15744 info postinstall babel-core@6.7.7 15745 info install koel@ 15746 info postinstall koel@ 15747 verbose unsafe-perm in lifecycle true 15748 info prepublish koel@ 15749 verbose validateInstall loading /var/www/koel/package.json for validation 15750 verbose stack Error: The package babel-plugin-transform-runtime@6.7.5 does not satisfy its siblings' peerDependencies requirements! 15750 verbose stack at /usr/lib/node_modules/npm/lib/install.js:125:32 15750 verbose stack at /usr/lib/node_modules/npm/lib/install.js:268:7 15750 verbose stack at /usr/lib/node_modules/npm/node_modules/read-installed/read-installed.js:142:5 15750 verbose stack at /usr/lib/node_modules/npm/node_modules/read-installed/read-installed.js:263:14 15750 verbose stack at cb (/usr/lib/node_modules/npm/node_modules/slide/lib/async-map.js:47:24) 15750 verbose stack at /usr/lib/node_modules/npm/node_modules/read-installed/read-installed.js:263:14 15750 verbose stack at cb (/usr/lib/node_modules/npm/node_modules/slide/lib/async-map.js:47:24) 15750 verbose stack at /usr/lib/node_modules/npm/node_modules/read-installed/read-installed.js:263:14 15750 verbose stack at cb (/usr/lib/node_modules/npm/node_modules/slide/lib/async-map.js:47:24) 15750 verbose stack at /usr/lib/node_modules/npm/node_modules/read-installed/read-installed.js:263:14 15751 verbose cwd /var/www/koel 15752 error Linux 4.4.9-v7+ 15753 error argv "/usr/bin/nodejs" "/usr/bin/npm" "install" 15754 error node v4.4.3 15755 error npm v2.15.1 15756 error code EPEERINVALID 15757 error peerinvalid The package babel-plugin-transform-runtime@6.7.5 does not satisfy its siblings' peerDependencies requirements! 15757 error peerinvalid Peer vueify@8.4.1 wants babel-plugin-transform-runtime@^6.8.0 ```
kerem closed this issue 2026-02-26 02:32:33 +03:00
Author
Owner

@phanan commented on GitHub (May 8, 2016):

I know you'll hate to hear this, but it works for me: npm v3.8.3, node v5.5.0. There's a npm WARN vueify@8.4.1 requires a peer of babel-runtime@^6.0.0 but none was installed, but that's only a warning. Maybe rm -rf node_modules and try again?

<!-- gh-comment-id:217730809 --> @phanan commented on GitHub (May 8, 2016): I know you'll hate to hear this, but it works for me: npm v3.8.3, node v5.5.0. There's a `npm WARN vueify@8.4.1 requires a peer of babel-runtime@^6.0.0 but none was installed`, but that's only a warning. Maybe `rm -rf node_modules` and try again?
Author
Owner

@phanan commented on GitHub (May 8, 2016):

Forgot to mention that all Travis tests passed: https://travis-ci.org/phanan/koel.

<!-- gh-comment-id:217731122 --> @phanan commented on GitHub (May 8, 2016): Forgot to mention that all Travis tests passed: https://travis-ci.org/phanan/koel.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#242
No description provided.