安装css报错
来源:8-4 基础样式集成及开发模拟器的使用

不加糖就捣蛋
2021-01-13
PS C:\Users\86188\Desktop\京东到家VUE3项目\jingdong> npm install normalize --save
npm ERR! code ENOENT
npm ERR! syscall rename
npm ERR! path C:\Users\86188\Desktop\京东到家VUE3项目\jingdong\node_modules\css\node_modules\source-map
npm ERR! dest C:\Users\86188\Desktop\京东到家VUE3项目\jingdong\node_modules\css\node_modules.source-map.DELETE
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, rename ‘C:\Users\86188\Desktop\京东到家VUE3项目\jingdong\node_modules\css\node_modules\source-map’ -> 'C:\Users\86188\Desktop\京东到家VUE3项目\jingdong\node_modules\css\node_modules.source-map.DELETE’
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! D:\开发工具\node\安装\node_cache_logs\2021-01-13T14_54_51_561Z-debug.log
PS C:\Users\86188\Desktop\京东到家VUE3项目\jingdong>
1回答
-
Dell
2021-01-14
npm install --save normalize.css
122022-04-09
相似问题