-
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
Cannot find module internal/fs #327
Comments
I think this error is related to npm more than the image. I was having that issue before using the docker image with certain npm versions. Have you tried using the next version up to see if it works better? |
yes, i've updated npm (npm install npm@latest -g) but later, when i try npm test, appairs to me "cannot find module 'semver' " |
All of these I think are related to the npm version. |
This sounds like a variation of nodejs/node#3606? |
Closing as an npm issue |
HI, i've used official node image for creating a docker container in which i'd like trying this project:
https://github.com/mozilla/fxa-webrtc-idp
i have to do
npm install
, thennpm install pem-jwk
; then when i trynpm test
there is the following error:how can i solve the problem? i have to install npm inside my folder downloaded from git repo because /bin/gen_keys.js has path inside it.
The text was updated successfully, but these errors were encountered: