npm
simba_ch
不想当诗人的程序员不是好工程师
展开
-
npm 报错:`[HPM] Error occurred while trying to proxy request (ECONNREFUSED)`
npm 报错:[HPM] Error occurred while trying to proxy request /users from localhost:8000 to https://localhost:5000 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)下面是一些国内网上的答案,基本上可以说是千篇一律了1、配置文件proxy.conf.json没有指定http或者https我的原创 2022-03-27 17:03:21 · 13743 阅读 · 9 评论 -
npm启动项目出错 报错:‘Error: error:0308010C:digital envelope routines::unsupported’
原因:node版本高于16,项目的版本不高于16,node17之后更新了OpenSSL。解决方法:1、方法一:在命令行修改环境变量:$env:NODE_OPTIONS="--openssl-legacy-provider"在启动项目:yarn start2、方法二:使用nvm将node修改为不高于16的版本...原创 2022-03-15 14:02:57 · 15177 阅读 · 19 评论