这个问题和 WebStorm 没关系,是你的 npm 配置的事儿。
飞叶9450F 2022-07-06 19:43 开发者_StackOverflow社区
建议在系统命令行里弄:翻过墙了就先执行 npm set registry https://registry.npmjs.org/
如果在墙内,就把后面的地址换成 cnpm 之类的镜像
这个问题和 WebStorm 没关系,是你的 npm 配置的事儿。
建议在系统命令行里弄:翻过墙了就先执行 npm set registry https://registry.npmjs.org/
如果在墙内,就把后面的地址换成 cnpm 之类的镜像
精彩评论