-
Notifications
You must be signed in to change notification settings - Fork 221
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 verify 10 Publish Again: throws an error #61
Comments
I got something similar. $ how-to-npm verify Error: Cannot find module '/home/ubuntu/.config/how-to-npm/registry/@meredithmatthews/tut/body.json' |
module.js:327 Error: Cannot find module '/home/ubuntu/.config/how-to-npm/registry/oky1/body.json' |
Mine is not working at all. any updates on that?
|
I'm have the same exact error. Now it won't let me verify any of the next challenges. Has there been a fix? |
I tried to re-publish with the new version and got all of this.
|
cannot re-publish either: |
Me too Error: Cannot find module '/home/ubuntu/.config/how-to-npm/registry/sample/body.json' |
i think updating the npm to latest version could be causing the issue, can any one try with old version? |
same /fcc/npm$ how-to-npm verify |
I have same problem with npm v2.15.9 and npm v3.10.6.
|
NPM 3.10.6 Same error today: rror: Cannot find module '/Users/cbedo/.config/how-to-npm/registry/how-to-npm/body.json' |
The error Error: Cannot find module '/home/ubuntu/.config/how-to-npm/registry/test/body.json' I also can't run how-to-npm verify skip |
same problem here.
|
I get the same problem with cloud9
|
Same problem too :/ |
Same issue :'(
|
module.js:471 I take it the node.js course doesn't work anymore? |
Same issue in npm 5.7.1 |
$ how-to-npm verify
module.js:341
throw err;
^
Error: Cannot find module '/Users/tomasvolta/.config/how-to-npm/registry/@tomasvolta/npm/body.json'
at Function.Module._resolveFilename (module.js:339:15)
at Function.Module._load (module.js:290:25)
at Module.require (module.js:367:17)
at require (internal/module.js:16:19)
at Object.exports.verify (/usr/local/lib/node_modules/how-to-npm/problems/10-publish-again.js:33:14)
at Shop.verify (/usr/local/lib/node_modules/how-to-npm/node_modules/adventure/index.js:157:15)
at Shop.execute (/usr/local/lib/node_modules/how-to-npm/node_modules/adventure/index.js:76:14)
at Shop.shop.execute (/usr/local/lib/node_modules/how-to-npm/index.js:37:45)
at Object. (/usr/local/lib/node_modules/how-to-npm/index.js:86:8)
at Module._compile (module.js:413:34)
Bons-MacBook-Pro:npm tomasvolta$ how-to-npm verify
module.js:341
throw err;
^
Error: Cannot find module '/Users/tomasvolta/.config/how-to-npm/registry/@tomasvolta/npm/body.json'
at Function.Module._resolveFilename (module.js:339:15)
at Function.Module._load (module.js:290:25)
at Module.require (module.js:367:17)
at require (internal/module.js:16:19)
at Object.exports.verify (/usr/local/lib/node_modules/how-to-npm/problems/10-publish-again.js:33:14)
at Shop.verify (/usr/local/lib/node_modules/how-to-npm/node_modules/adventure/index.js:157:15)
at Shop.execute (/usr/local/lib/node_modules/how-to-npm/node_modules/adventure/index.js:76:14)
at Shop.shop.execute (/usr/local/lib/node_modules/how-to-npm/index.js:37:45)
at Object. (/usr/local/lib/node_modules/how-to-npm/index.js:86:8)
at Module._compile (module.js:413:34)
The text was updated successfully, but these errors were encountered: