Created
August 30, 2016 12:41
-
-
Save alisianoi/9de0f694aa1b2d4bc24a97d2cb4eb0d6 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]: cross-spawn no longer requires a build toolchain, use it instead! | |
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]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 | |
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade | |
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 prefer global [email protected] should be installed with -g | |
npm WARN prefer global [email protected] should be installed with -g | |
{ Error: ENOTDIR: not a directory, mkdir '/home/alex/Code/project/jquery/.git/hooks' | |
at Error (native) | |
at Object.fs.mkdirSync (fs.js:916:18) | |
at xmkdirSync (/home/alex/Code/project/jquery/node_modules/commitplease/install.js:14:8) | |
at Object.<anonymous> (/home/alex/Code/project/jquery/node_modules/commitplease/install.js:33:1) | |
at Module._compile (module.js:541:32) | |
at Object.Module._extensions..js (module.js:550:10) | |
at Module.load (module.js:456:32) | |
at tryModuleLoad (module.js:415:12) | |
at Function.Module._load (module.js:407:3) | |
at Function.Module.runMain (module.js:575:10) | |
errno: -20, | |
code: 'ENOTDIR', | |
syscall: 'mkdir', | |
path: '/home/alex/Code/project/jquery/.git/hooks' } | |
npm ERR! Linux 4.7.2-1-ARCH | |
npm ERR! argv "/home/alex/.nvm/versions/node/v6.1.0/bin/node" "/home/alex/.nvm/versions/node/v6.1.0/bin/npm" "install" | |
npm ERR! node v6.1.0 | |
npm ERR! npm v3.8.6 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] install: `node install` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] install script 'node install'. | |
npm ERR! Make sure you have the latest version of node.js and npm installed. | |
npm ERR! If you do, this is most likely a problem with the commitplease package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node install | |
npm ERR! You can get information on how to open an issue for this project with: | |
npm ERR! npm bugs commitplease | |
npm ERR! Or if that isn't available, you can get their info via: | |
npm ERR! npm owner ls commitplease | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /home/alex/Code/project/jquery/npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment