-
Notifications
You must be signed in to change notification settings - Fork 214
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
Getting 'Cannot find module 'internal/util/types' error when running 'npm install' #170
Comments
Same error with same node and npm version. On fedora 27. |
Same error ! |
Same here on Fedora 27 as well. |
Same on Ubuntu 16.04 LTS :( |
same error on Fedora 28 |
I am getting the same error with yarn and npm. Fedora 28 |
I'm getting the same error |
I ran into the same issue on fedora 28. It seems to be problem with bower as it fails during the bower install phase of npm install.
The bower team has a closed issue regarding this: The most upvoted comment is the one saying to use node < 7.0 (so like 6.9). I'm not sure where to go from here. |
This issue is more than a year old and it's still happening to me today. Please @officert say something |
I'm getting a 'Cannot find module 'internal/util/types' error when running 'npm install'.
Error: Cannot find module 'internal/util/types'
at Function.Module._resolveFilename (module.js:538:15)
at Function.Module._load (module.js:468:25)
at Module.require (module.js:587:17)
at require (internal/module.js:11:18)
at evalmachine.:31:26
at Object. (/Users/.../Desktop/mongotron-master/node_modules/bower/node_modules/graceful-fs/fs.js:11:1)
at Module._compile (module.js:643:30)
at Object.Module._extensions..js (module.js:654:10)
at Module.load (module.js:556:32)
at tryModuleLoad (module.js:499:12)
I'm using:
Node v8.9.4
NPM v5.6.0
The text was updated successfully, but these errors were encountered: