
npm
jokren
这个作者很懒,什么都没留下…
展开
-
下载webpack插件时出现”Unexpected end of JSON input while parsing near”的错误
问题:按照官网配置webpack,npm install却提示有错误提示”Unexpected end of JSON input while parsing near”的错误解决:。1,解决方案为:清除缓存。运行 npm cache clean --force。再npm install2,换淘宝镜像试试npm install -g cnpm --registry=https://re...原创 2020-04-14 09:33:54 · 441 阅读 · 0 评论 -
npm配置及.npmrc文件
一.npm配置(1)npm cli 提供了npm config 命令进行npm相关配置, 通过npm config ls -l 可查看npm的所有配置,包括默认配置.(2)npm config set 进行配置项修改,使用命令配置后会把配置文件中的注释全部删除(3)一些常用配置:proxy, https-proxy :指定npm使用代理registry 指定npm下载安装包的源 默...原创 2018-12-26 14:45:47 · 58062 阅读 · 1 评论