[GH-ISSUE #337] node/npm deprecations/package renames etc #249

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

Originally created by @My1 on GitHub (May 22, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/337

well I am trying to install koel on my raspberry pi (where I had some issues already) but npm seems to throw some deprecated errors on node 4.4.4/npm 2.15.1

npm WARN deprecated cross-spawn-async@2.0.0: cross-spawn no longer requires a build toolchain, use it instead!
npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN peerDependencies The peer dependency babel-core@^6.8.0 included from vueify will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency babel-runtime@^6.0.0 included from vueify will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated graceful-fs@2.0.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.

short summary:

  1. babel core and runtime will need explicit dependencies or else they wont be installed automatically.
  2. jade has been renamed
  3. lodash 3 or lower needs to be upgraded to 4 because it's not longer maintained
  4. graceful-fs <=3 will fail in the future will need 4.
Originally created by @My1 on GitHub (May 22, 2016). Original GitHub issue: https://github.com/koel/koel/issues/337 well I am trying to install koel on my raspberry pi (where I had some issues already) but npm seems to throw some deprecated errors on node 4.4.4/npm 2.15.1 ``` npm WARN deprecated cross-spawn-async@2.0.0: cross-spawn no longer requires a build toolchain, use it instead! npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. npm WARN peerDependencies The peer dependency babel-core@^6.8.0 included from vueify will no npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. npm WARN peerDependencies The peer dependency babel-runtime@^6.0.0 included from vueify will no npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. npm WARN deprecated graceful-fs@2.0.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. ``` short summary: 1) babel core and runtime will need explicit dependencies or else they wont be installed automatically. 2) jade has been renamed 3) lodash 3 or lower needs to be upgraded to 4 because it's not longer maintained 4) graceful-fs <=3 will fail in the future will need 4.
kerem closed this issue 2026-02-26 02:32:34 +03:00
Author
Owner

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

These are not from Koel itself but from other packages and their dependencies, and their dependencies' dependencies… Welcome to npm! ;)

<!-- gh-comment-id:220929159 --> @phanan commented on GitHub (May 23, 2016): These are not from Koel itself but from other packages and their dependencies, and their dependencies' dependencies… Welcome to npm! ;)
Author
Owner

@My1 commented on GitHub (May 23, 2016):

well I didnt hear much about npm or nodejs before let alone even used it.

well maybe you should check who has what and talk with them about that.

<!-- gh-comment-id:220931487 --> @My1 commented on GitHub (May 23, 2016): well I didnt hear much about npm or nodejs before let alone even used it. well maybe you should check who has what and talk with them about that.
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#249
No description provided.