Created
June 30, 2017 20:24
-
-
Save zkochan/9adfc3529a480d16fe39f66763ef820c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
zkochan@zkochan:~/src/test/vscode1$ npm i vscode-ripgrep | |
> [email protected] 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! [email protected] postinstall: `node ./dist/postinstall.js` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] 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