Skip to content

Instantly share code, notes, and snippets.

@danlamanna
Created October 18, 2016 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danlamanna/194c6dc87dba2e62e27c1b55e7626e5d to your computer and use it in GitHub Desktop.
Save danlamanna/194c6dc87dba2e62e27c1b55e7626e5d to your computer and use it in GitHub Desktop.
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN peerDependencies The peer dependency webpack@1.x included from grunt-webpack 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 webpack-dev-server@1.x included from grunt-webpack 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 tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
npm WARN deprecated graceful-fs@1.2.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.
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN optional dep failed, continuing fsevents@1.0.14
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN optional dep failed, continuing fsevents@1.0.14
npm ERR! Linux 3.13.0-92-generic
npm ERR! argv \"/usr/bin/nodejs\" \"/usr/bin/npm\" \"install\" \"--unsafe-perm\"
npm ERR! node v4.6.0
npm ERR! npm v2.15.9
npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package webpack@2.1.0-beta.21 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer babel-loader@6.2.5 wants webpack@1 || ^2.1.0-beta
npm ERR! peerinvalid Peer extract-text-webpack-plugin@2.0.0-beta.4 wants webpack@^2.1.0-beta.19
npm ERR! peerinvalid Peer grunt-webpack@1.0.18 wants webpack@1.x
npm ERR! peerinvalid Peer webpack-dev-server@2.1.0-beta.9 wants webpack@^2.1.0-beta
npm ERR! Please include the following file with any support request:
npm ERR! /home/vagrant/girder/girder/npm-debug.log
Traceback (most recent call last):
File \"/usr/local/bin/girder-install\", line 9, in <module>
load_entry_point('girder==2.0.0', 'console_scripts', 'girder-install')()
File \"/home/vagrant/girder/girder/utility/install.py\", line 294, in main
parsed.func(parsed)
File \"/home/vagrant/girder/girder/utility/install.py\", line 166, in install_web
plugins=opts.plugins)
File \"/home/vagrant/girder/girder/utility/install.py\", line 153, in runWebBuild
(' '.join(cmd), proc.returncode))
Exception: Web client install failed: `npm install --unsafe-perm` returned 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment