You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building from source and npm install outputted these warnings:
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: 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 deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated [email protected]: this package isn't maintained anymore because ES6+
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: 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 deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated [email protected]: this package isn't maintained anymore because ES6+
npm WARN deprecated [email protected]: Use uuid module instead
WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"6.11.4","npm":"3.5.2"})
WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"6.11.4","npm":"3.5.2"})
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
The text was updated successfully, but these errors were encountered:
@marcelpaulo Yes, depending on the packages used we get these warnings. A lot of the packages need to be updated and code changes to support newer version.
I'm building from source and
npm install
outputted these warnings:The text was updated successfully, but these errors were encountered: