我使用npm i命令在我的vue.js项目中安装node_modules,但是我得到了如下所示的错误:
npm错误!代码E404 npm!404 Not GET https://registry.npmjs.org/@fds%2flima-ticket-validator - npm!404 npm!404‘@fds/lima-票证-验证器@^2.0.0’不在npm注册表中。name!404您应该错误地让作者发布它(或者自己使用这个名字!)404它被指定为'cef_frontend‘npm ERR!404 npm ERR!404注意:您也可以从npm!404 tarball、文件夹、http url或git url安装。
发布于 2020-03-12 12:25:57
公共NPM注册表中不存在@fds/lima-ticket-validator包。这有可能是由贵公司内部注册中心托管的内部包吗?
你可能需要做这样的事情:
npm config set registry https://example.your-registry.com/https://stackoverflow.com/questions/60653967
复制相似问题