Не удается найти модуль "./v1" - PullRequest
0 голосов
/ 08 февраля 2020

командная строка

при вводе -: npm -v internal / modules / cjs / loader. js: 796 throw err; ^ '' 'theese errors popup' ''
Ошибка: не удается найти модуль './v1' Требуется стек: - / Users / my_name / npm -global / lib / node_modules / npm / node_modules / uuid / index. js - /Users/my_name/npm-global/lib/node_modules/npm/lib/utils/metrics.js - / Users / my_name / npm -global / lib / node_modules / npm / lib / npm. js - /Users/my_name/npm-global/lib/node_modules/npm/bin/npm-cli.js в Function.Module._resolveFilename (внутренний / modules / cjs / loader . js: 793: 17) в Function.Module._load (внутренний / modules / cjs / загрузчик. js: 686: 27) в Module.require (внутренний / modules / cjs / загрузчик. js: 848 : 19) по требованию (внутренний / modules / cjs / helpers. js: 74: 18) по объекту. (/Users/my_name/npm-global/lib/node_modules/npm/node_modules/uuid/index.js:1:10) в Module._compile (внутренний / modules / cjs / loader. js: 955 : 30) в Object.Module._extensions .. js (внутренний / modules / cjs / loader. js: 991: 10) в Module.load (внутренний / modules / cjs / loader. js: 811: 32) в Function.Module._load (внутренний / modules / cjs / загрузчик. js: 723: 14) в Module.require (внутренний / modules / cjs / загрузчик. js: 848: 19) {code: ' MODULE_NOT_FOUND ', requireStack: [' /Users/my_name/npm-global/lib/node_modules/npm/node_modules/uuid/index.js ',' / Users / my_name / npm -global / lib / node_modules /npm/lib/utils/metrics.js ',' /Users/my_name/npm-global/lib/node_modules/npm/lib/npm.js ',' / Users / my_name / npm -global / lib / node_modules / npm / bin / npm -cli. js ']}

' '' много пробовал '' '' '' предположений '' ''

1 Ответ

0 голосов
/ 08 февраля 2020
npm -v
internal/modules/cjs/loader.js:796
    throw err;
    ^

Error: Cannot find module './v1'
Require stack:
- /Users/veerendhardeevenapalli/npm-global/lib/node_modules/npm/node_modules/uuid/index.js
- /Users/veerendhardeevenapalli/npm-global/lib/node_modules/npm/lib/utils/metrics.js
- /Users/veerendhardeevenapalli/npm-global/lib/node_modules/npm/lib/npm.js
- /Users/veerendhardeevenapalli/npm-global/lib/node_modules/npm/bin/npm-cli.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:793:17)
    at Function.Module._load (internal/modules/cjs/loader.js:686:27)
    at Module.require (internal/modules/cjs/loader.js:848:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (/Users/veerendhardeevenapalli/npm-global/lib/node_modules/npm/node_modules/uuid/index.js:1:10)
    at Module._compile (internal/modules/cjs/loader.js:955:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:991:10)
    at Module.load (internal/modules/cjs/loader.js:811:32)
    at Function.Module._load (internal/modules/cjs/loader.js:723:14)
    at Module.require (internal/modules/cjs/loader.js:848:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/Users/veerendhardeevenapalli/npm-global/lib/node_modules/npm/node_modules/uuid/index.js',
    '/Users/veerendhardeevenapalli/npm-global/lib/node_modules/npm/lib/utils/metrics.js',
    '/Users/veerendhardeevenapalli/npm-global/lib/node_modules/npm/lib/npm.js',
    '/Users/veerendhardeevenapalli/npm-global/lib/node_modules/npm/bin/npm-cli.js'
  ]
}

'''this is how it actually looks'''
...