Skip to content

Instantly share code, notes, and snippets.

@zkochan
Created June 30, 2017 20: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 zkochan/9adfc3529a480d16fe39f66763ef820c to your computer and use it in GitHub Desktop.
Save zkochan/9adfc3529a480d16fe39f66763ef820c to your computer and use it in GitHub Desktop.
zkochan@zkochan:~/src/test/vscode1$ npm i vscode-ripgrep
> vscode-ripgrep@0.0.12 postinstall /home/zkochan/src/test/node_modules/vscode-ripgrep
> node ./dist/postinstall.js
module.js:471
throw err;
^
Error: Cannot find module 'github-releases'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/home/zkochan/src/test/node_modules/vscode-ripgrep/dist/download.js:7:16)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
npm WARN enoent ENOENT: no such file or directory, open '/home/zkochan/src/test/package.json'
npm WARN test No description
npm WARN test No repository field.
npm WARN test No README data
npm WARN test No license field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! vscode-ripgrep@0.0.12 postinstall: `node ./dist/postinstall.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the vscode-ripgrep@0.0.12 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/zkochan/.npm/_logs/2017-06-30T20_22_38_831Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment