当前位置: 首页 > 工具软件 > local-npm > 使用案例 >

在Vue项目中出现的报错--------npm ERR code 1

通俊发
2023-12-01

npm ERR! code 1

npm ERR! path x:\xxxx\node_modules\node-sass npm ERR! com

解决方法如下:

第 一 步 : \color{#FF0000}{第一步:} npm install -g yarn 全局安装yarn
第 二 步 : \color{#FF0000}{第二步:} 进入C:\Users\qw删除.yarnrc和.npmrc这两个文件
第 三 步 : \color{#FF0000}{第三步:} 删除项目文件夹里的node_module3
第 四 步 : \color{#FF0000}{第四步:} yarn
第 五 步 : \color{#FF0000}{第五步:} npm run serve

以 上 的 5 个 步 骤 千 万 不 能 省 略 切 记 \color{#FF0000}{以上的5个步骤千万不能省略 切记} 5

无语了 竟然感叹号不让打。。。。。。

 类似资料: