-
Notifications
You must be signed in to change notification settings - Fork 3.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
[BUG] NPM Stopped working when updated. #2850
Comments
@TheSpeddyEthanYT can you try replicating this problem on the latest version of |
@hamzajaffar and @armelangton — please work with Darcy to investigate the issue (nodejs/node#38317). |
https://stackoverflow.com/questions/58949120/error-cannot-find-module-c-users-senyo-appdata-roaming-npm-node-modules-expo |
Tried the solution of @ssr-02kk - still the same result node:internal/modules/cjs/loader:933 Error: Cannot find module 'code-point-at'
|
for me, the node_modules file was missing. check if it is there. To solve the problem I simply went to the https://stackoverflow.com/questions/58949120/error-cannot-find-module-c-users-senyo-appdata-roaming-npm-node-modules-expo |
What I did was installing the missing module by downloading it from other source (Windows Ubuntu CLI on my case) and pasting it onto the packages folder. |
FWIW, I ran into this issue while attempting to execute the
which produced the following error:
|
I updated npm some days ago to 7.6.1 and npm stopped working. I opened a StackOverflow Thread for help (https://stackoverflow.com/questions/66533246/why-did-npm-stopped-working-after-an-update) but I couldn't do nothing
I've tried to reinstall node but it didn't helped me.
Every npm command gives me the same error.
Here is an example of what happens.
My enviroment is:
Windows 10 20H2
Node: 14.16.0
npm: 7.6.1
The text was updated successfully, but these errors were encountered: