NPM安装不同来源的包

140次阅读
没有评论

安装本地的包

  • 可以相对路径 npm install ./my-package
  • 也可以是绝对路径 npm install /home/user/workspace/my-package
  • yarn: yarn add file:./my-package

安装github上的包

npm install github地址

正文完
 0
wujingquan
版权声明:本站原创文章,由 wujingquan 于2023-12-22发表,共计141字。
转载说明:Unless otherwise specified, all articles are published by cc-4.0 protocol. Please indicate the source of reprint.
评论(没有评论)