Skip to content

Instantly share code, notes, and snippets.

@48klocs
Created June 26, 2017 02:46
Show Gist options
  • Save 48klocs/13897b846c691dffb5e609a145b9f75d to your computer and use it in GitHub Desktop.
Save 48klocs/13897b846c691dffb5e609a145b9f75d to your computer and use it in GitHub Desktop.
npm WARN prefer global [email protected] should be installed with -g
npm WARN prefer global [email protected] should be installed with -g
> [email protected] install C:\Users\dave.solomon\Documents\GitHub\DIM\node_modules\iltorb
> node-pre-gyp install --fallback-to-build
node-pre-gyp ERR! install error
node-pre-gyp ERR! stack TypeError: Cannot read property 'version' of null
node-pre-gyp ERR! stack at Object.module.exports.evaluate (C:\Users\dave.solomon\Documents\GitHub\DIM\node_modules\iltorb\node_modules\node-pre-gyp\lib\util\versioning.js:270:32)
node-pre-gyp ERR! stack at install (C:\Users\dave.solomon\Documents\GitHub\DIM\node_modules\iltorb\node_modules\node-pre-gyp\lib\install.js:168:31)
node-pre-gyp ERR! stack at Object.self.commands.(anonymous function) [as install] (C:\Users\dave.solomon\Documents\GitHub\DIM\node_modules\iltorb\node_modules\node-pre-gyp\lib\node-pre-gyp.js:50:37)
node-pre-gyp ERR! stack at run (C:\Users\dave.solomon\Documents\GitHub\DIM\node_modules\iltorb\node_modules\node-pre-gyp\bin\node-pre-gyp:79:30)
node-pre-gyp ERR! stack at Object.<anonymous> (C:\Users\dave.solomon\Documents\GitHub\DIM\node_modules\iltorb\node_modules\node-pre-gyp\bin\node-pre-gyp:131:1)
node-pre-gyp ERR! stack at Module._compile (module.js:569:30)
node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:580:10)
node-pre-gyp ERR! stack at Module.load (module.js:503:32)
node-pre-gyp ERR! stack at tryModuleLoad (module.js:466:12)
node-pre-gyp ERR! stack at Function.Module._load (module.js:458:3)
node-pre-gyp ERR! System Windows_NT 10.0.15063
node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\dave.solomon\\Documents\\GitHub\\DIM\\node_modules\\iltorb\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd C:\Users\dave.solomon\Documents\GitHub\DIM\node_modules\iltorb
node-pre-gyp ERR! node -v v8.1.2
node-pre-gyp ERR! node-pre-gyp -v vhttps://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.34.tgz
node-pre-gyp ERR! not ok
Cannot read property 'version' of null
> @uirouter/[email protected] install C:\Users\dave.solomon\Documents\GitHub\DIM\node_modules\@uirouter\core
> node ./migrate/migratewarn.js
> @uirouter/[email protected] install C:\Users\dave.solomon\Documents\GitHub\DIM\node_modules\@uirouter\angularjs
> node migrate/migratewarn.js
> [email protected] install C:\Users\dave.solomon\Documents\GitHub\DIM
> napa
module.js:487
throw err;
^
Error: Cannot find module 'util-deprecate'
at Function.Module._resolveFilename (module.js:485:15)
at Function.Module._load (module.js:437:25)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (C:\Users\dave.solomon\Documents\GitHub\DIM\node_modules\readable-stream\lib\_stream_writable.js:73:14)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `napa`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install 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! C:\Users\dave.solomon\AppData\Roaming\npm-cache\_logs\2017-06-26T02_45_38_540Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment