You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the command ng serve but it is showing
internal/modules/cjs/loader.js:888
throw err;
^
Error: Cannot find module 'C:\Users\LENOVO\AppData\Roaming\npm\node_modules@angular\cli\bin\ng'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:885:15)
at Function.Module._load (internal/modules/cjs/loader.js:730:27)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
can someone tell me how to solve this
The text was updated successfully, but these errors were encountered:
I ran the command ng serve but it is showing
internal/modules/cjs/loader.js:888
throw err;
^
Error: Cannot find module 'C:\Users\LENOVO\AppData\Roaming\npm\node_modules@angular\cli\bin\ng'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:885:15)
at Function.Module._load (internal/modules/cjs/loader.js:730:27)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
can someone tell me how to solve this
The text was updated successfully, but these errors were encountered: