请问安装图标库出现404错误如何解决?
来源:5-4 电子书列表界面展示

慕勒6293099
2024-01-22
E:\IdeaProjects\wiki\web>npm install @ant-design/icon-vue --save
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@ant-design%2Ficon-vue - Not found
npm ERR! 404
npm ERR! 404 ‘@ant-design/icon-vue@latest’ is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
写回答
1回答
-
慕勒6293099
提问者
2024-01-23
npm install @ant-design/icons-vue@5.1.8 --save
原来icon少了s
00
相似问题