Как решить эту ошибку? Я попытался использовать npm очистить кеш, снять пакетную блокировку. json и установить npm - PullRequest
0 голосов
/ 21 апреля 2020
internal/modules/cjs/loader.js:983
  throw err;
  ^

Error: Cannot find module 'C:\Users\admin\ng-bot\devServer.js'      
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:980:15)
    at Function.Module._load (internal/modules/cjs/loader.js:862:27)    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
    at internal/main/run_main_module.js:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ng-bot@0.1.0 start: `node devServer.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ng-bot@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\admin\AppData\Roaming\npm-cache\_logs\2020-04-20T22_45_01_007Z-debug.log
...