Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Fix node warning during npm install #115

Open
lejoe opened this issue Jul 11, 2016 · 2 comments
Open

Fix node warning during npm install #115

lejoe opened this issue Jul 11, 2016 · 2 comments

Comments

@lejoe
Copy link
Contributor

lejoe commented Jul 11, 2016

npm WARN package.json project-name@0.0.0 No repository field.
npm WARN package.json project-name@0.0.0 No license field.
npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
npm WARN peerDependencies The peer dependency stream-browserify@* included from bl 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 optional dep failed, continuing fsevents@1.0.12
npm WARN optional dep failed, continuing fsevents@1.0.12
npm WARN optional dep failed, continuing fsevents@1.0.12
@lejoe
Copy link
Contributor Author

lejoe commented Jul 11, 2016

For the jade one, it looks like they are discussing in the past days a solution:
pugjs/pug#2405

Will therefore put this on hold for now

@lucalanca
Copy link
Contributor

We now have the following remaining warnings:

npm WARN deprecated gulp-css-globbing@0.1.9: This package is no longer actively maintained
npm WARN deprecated node-uuid@1.4.7: use uuid module instead
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN prefer global node-gyp@3.5.0 should be installed with -g

The first one will go away once #134 gets merged.
The second one is related to #133.
I need to investigate the last 2.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants