Created
October 18, 2016 13:24
-
-
Save danlamanna/194c6dc87dba2e62e27c1b55e7626e5d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue | |
npm WARN peerDependencies The peer dependency [email protected] 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 [email protected] 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 [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 | |
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]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue | |
npm WARN optional dep failed, continuing [email protected] | |
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue | |
npm WARN optional dep failed, continuing [email protected] | |
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 [email protected] does not satisfy its siblings' peerDependencies requirements! | |
npm ERR! peerinvalid Peer [email protected] wants webpack@1 || ^2.1.0-beta | |
npm ERR! peerinvalid Peer [email protected] wants webpack@^2.1.0-beta.19 | |
npm ERR! peerinvalid Peer [email protected] wants [email protected] | |
npm ERR! peerinvalid Peer [email protected] 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