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

Cannot find module 'configStore' #24

Open
BrendanNeufeld opened this issue Apr 22, 2017 · 2 comments
Open

Cannot find module 'configStore' #24

BrendanNeufeld opened this issue Apr 22, 2017 · 2 comments
Labels

Comments

@BrendanNeufeld
Copy link


> nyg@2.6.0 preuninstall /usr/local/lib/node_modules/nyg
> node bin/deregister.js

module.js:471
    throw err;
    ^

Error: Cannot find module 'configstore'
    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> (/usr/local/lib/node_modules/nyg/bin/config.js:2:19)
    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 lifecycle nyg@2.6.0~preuninstall: continuing anyway nyg@2.6.0 preuninstall: `node bin/deregister.js`
npm WARN lifecycle Exit status 1
/usr/local/bin/nyg -> /usr/local/lib/node_modules/nyg/bin/cli.js

> nyg@2.6.0 postinstall /usr/local/lib/node_modules/nyg
> node bin/register.js

/usr/local/lib
└── nyg@2.6.0
@njam3
Copy link
Member

njam3 commented Apr 24, 2017

Just pushed a patch to fix this, this one happens when uninstalling nyg directly right?

@BrendanNeufeld
Copy link
Author

this happens when installing nyg globally in order to get the most recent updates.

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

No branches or pull requests

2 participants