我是 skaffold、k8s、docker set 的新手,在本地集群上构建应用程序时遇到了问题。
我有一个代码存储库,试图提取私有 NPM 包,但在构建时丢失了 .npmrc 文件或 npm 机密。
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@sh1ba%2fcommon - Not found
npm ERR! 404
npm ERR! 404 '@sh1ba/common@^1.0.3' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm …Run Code Online (Sandbox Code Playgroud)