包含标签:npm 的文章
  • npm install 报npm login问题

    问题 npm install 或npm publish时报错npm login 原因 npm config 设置注册地址更改了,可能更改淘宝地址 解决方法 npm config set registry=http://registry.……

    wuhou123 2021-09-02
    678 0 0
  • gyp ERR! build error

    问题 npm安装因为墙的原因,下载window安装环境包失败,比如安装node-sass,electron项目依赖包等 解决方法 npm install cnpm -g cnpm install  

    wuhou123 2021-08-20
    388 0 0
  • npm的依赖包管理方式

    npm依赖包了解 疑惑的概念扫盲,npm依赖包主要分类: dependencies devDependencies peerDependencies optionalDependencies bundledDependencies / bundl……

    wuhou123 2021-08-19
    705 0 0