Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error npm install -g rubberduck-native #48

Open
andrekampll opened this issue Sep 29, 2019 · 1 comment
Open

Error npm install -g rubberduck-native #48

andrekampll opened this issue Sep 29, 2019 · 1 comment

Comments

@andrekampll
Copy link

Error while installing "Cannot read property 'toString' of null", log below.

Node -v: 10.16.3
Npm -v: 6.9.0
OS: Windows 10

C:\Users\andre
λ npm install -g rubberduck-native

> [email protected] postinstall C:\Users\andre\AppData\Roaming\npm\node_modules\rubberduck-native
> npm run register


> [email protected] register C:\Users\andre\AppData\Roaming\npm\node_modules\rubberduck-native
> node register.js

C:\Users\andre\AppData\Roaming\npm\node_modules\rubberduck-native\register.js:19
  const NPM_ROOT = command.stdout.toString().trim();
                                  ^

TypeError: Cannot read property 'toString' of null
    at Object.<anonymous> (C:\Users\andre\AppData\Roaming\npm\node_modules\rubberduck-native\register.js:19:35)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] register: `node register.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] register 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\andre\AppData\Roaming\npm-cache\_logs\2019-09-29T21_54_46_590Z-debug.log
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EPERM: operation not permitted, lstat 'C:\Users\andre\AppData\Roaming\npm\node_modules\rubberduck-native\node_modules'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: `npm run register`
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!     C:\Users\andre\AppData\Roaming\npm-cache\_logs\2019-09-29T21_54_47_644Z-debug.log
@ridvanaltun
Copy link

Same issue here.

Click to see output
$ npm install -g rubberduck-native
npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)

> [email protected] postinstall C:\Users\ridva\AppData\Roaming\npm\node_modules\rubberduck-native
> npm run register


> [email protected] register C:\Users\ridva\AppData\Roaming\npm\node_modules\rubberduck-native
> node register.js

C:\Users\ridva\AppData\Roaming\npm\node_modules\rubberduck-native\register.js:19
  const NPM_ROOT = command.stdout.toString().trim();
                                  ^

TypeError: Cannot read property 'toString' of null
    at Object.<anonymous> (C:\Users\ridva\AppData\Roaming\npm\node_modules\rubberduck-native\register.js:19:35)
    at Module._compile (internal/modules/cjs/loader.js:955:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:991:10)
    at Module.load (internal/modules/cjs/loader.js:811:32)
    at Function.Module._load (internal/modules/cjs/loader.js:723:14)
    at Function.Module.runMain (internal/modules/cjs/loader.js:1043:10)
    at internal/main/run_main_module.js:17:11
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] register: `node register.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] register 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\ridva\AppData\Roaming\npm-cache\_logs\2020-03-20T20_16_37_166Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: `npm run register`
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!     C:\Users\ridva\AppData\Roaming\npm-cache\_logs\2020-03-20T20_16_38_516Z-debug.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants