Skip to content

Instantly share code, notes, and snippets.

@alisianoi
Created August 30, 2016 12:41
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 alisianoi/9de0f694aa1b2d4bc24a97d2cb4eb0d6 to your computer and use it in GitHub Desktop.
Save alisianoi/9de0f694aa1b2d4bc24a97d2cb4eb0d6 to your computer and use it in GitHub Desktop.
npm WARN deprecated cross-spawn-async@2.2.4: cross-spawn no longer requires a build toolchain, use it 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 deprecated tough-cookie@1.2.0: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@2.0.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 prefer global coffee-script@1.10.0 should be installed with -g
npm WARN prefer global jsonlint@1.6.2 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! commitplease@2.7.2 install: `node install`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the commitplease@2.7.2 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