Reputation: 1499
I just tried a lot of solution for this fix. When I do npm install I am getting
Cannot find module 'internal/util/types'
I tried following solution based on StackOverflow and Git :
1) Removed npm and npm-cache from Appdata/Roaming folder and reinstalled node 8.10.0 and 8.11.3
But still, I am facing Cannot find module 'internal/util/types'
Please help how can I solve this issue?
Advance thanks
Upvotes: 4
Views: 2287
Reputation: 6963
This worked for me on Windows 10
Upvotes: 0
Reputation: 212
I ran into the same exact issue on Windows 7 with node 8.11.3. The only thing that worked for me was uninstalling node, deleting the C:\Program Files\nodejs
folder, and then reinstalling node.
Note: it's still a good idea to delete the npm
and npm-cache
folders before reinstalling node.
Upvotes: 2