NPM无法从Bitbucket私有存储库安装

时间:2019-01-02 10:38:42

标签: npm-install

我的私人位桶帐户中托管了一个npm软件包。
我生成了具有存储库读取权限的应用密码。

"dependencies": {
    "site-widgets-npm": "git+ssh://bit_bucket_user:the_generated_pwd@bitbucket.org/bit_bucket_user/site-widgets-npm.git#master",
  } 

我没有错误。
清理npm缓存。 npm -v 6.5.0。

只是被跳过了...
还从一台干净的PC中试过。

{
  "name": "temp",
  "version": "1.0.0",
  "dependencies": {
    "site-widgets-npm": "git+ssh://bit_bucket_user:the_generated_pwd@bitbucket.org/bit_bucket_user/site-widgets-npm.git#master"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}

谢谢

0 个答案:

没有答案