-
Notifications
You must be signed in to change notification settings - Fork 2k
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: Cannot find module 'power-assert' #240
Comments
yoshi-automation
added
triage me
I really want to be triaged.
🚨
This issue needs some love.
labels
Apr 6, 2020
grayside
pushed a commit
that referenced
this issue
Oct 26, 2022
* updated CHANGELOG.md * updated package.json * updated samples/package.json
grayside
pushed a commit
that referenced
this issue
Nov 3, 2022
* updated CHANGELOG.md * updated package.json * updated samples/package.json
ace-n
pushed a commit
that referenced
this issue
Nov 14, 2022
This was referenced Nov 14, 2022
ace-n
pushed a commit
that referenced
this issue
Nov 17, 2022
ace-n
pushed a commit
that referenced
this issue
Nov 17, 2022
ace-n
pushed a commit
that referenced
this issue
Nov 17, 2022
ace-n
pushed a commit
that referenced
this issue
Nov 17, 2022
ace-n
pushed a commit
that referenced
this issue
Nov 17, 2022
kweinmeister
pushed a commit
that referenced
this issue
Nov 18, 2022
* updated CHANGELOG.md * updated package.json * updated samples/package.json
ace-n
pushed a commit
that referenced
this issue
Nov 21, 2022
ace-n
pushed a commit
that referenced
this issue
Nov 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got stuck at number 5 (How to run tests)
I am assuming that the root of the project refers to the Google Cloud Storage project folder storage in nodejs-docs-samples.
So this page here https://github.com/power-assert-js/intelli-espower-loader
provides the missing module including the module power-assert :
Although I installed the module power-asset along with intelli-espower-loader earlier, terminal throws me the (Error: Cannot find module ‘power-asset’) again when running npm test :
My attempts to uninstall and reinstall the power-assert module failed :
https://docs.npmjs.com/cli/uninstall
Also doing the commands in the storage folder suggested here did not work for me :
http://stackoverflow.com/questions/9023672/nodejs-how-to-resolve-cannot-find-module-error
My package.json in the storage folder looks like this:
Why does NPM not find the module power-assert which is installed and present in the node_modules file of the storage folder?
Am I pointing to the right directory, anyway?
I am thankful for any hints.
The text was updated successfully, but these errors were encountered: