Я залил npm пакет в CodeArtifacts. У него есть свои зависимости:
"dependencies": {
"dayjs": "^1.11.3",
"lodash.merge": "^4.6.2",
"maska": "^1.5.0",
"nanoid": "^4.0.0",
"pinia": "^2.0.14",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "^1.52.3",
"sass-loader": "^13.0.0",
"vue": "^3.2.37"
},
При попытке установить этот пакет в свой проект, я получаю следующую ошибку:
npm ERR! code E404
npm ERR! 404 Not Found - GET https://repo-address.amazonaws.com/npm/repo/lodash.merge - Package, 'lodash.merge', not found.
npm ERR! 404
npm ERR! 404 'lodash.merge@^4.6.2' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
То есть по какой-то причине он пытается стянуть lodash.merge из моего же приватного репозитория, хотя его там, очевидно, нет.