简体   繁体   English

为什么我在安装 axios 时出错

[英]Why i'm getting error while install axios

package.json file package.json I have run this command package.json 文件package.json我已经运行了这个命令

npm install axios

This is the error that I'm getting while installing axios这是我在安装 axios 时遇到的错误

It seems there are some version conflicts in the packages it's better to fix conflicts but if it doesn't matter and does not make any problem, you can install it using似乎软件包中存在一些版本冲突,最好修复冲突,但如果无关紧要并且不会产生任何问题,您可以使用

npm install axios --force npm 安装 axios --force

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么我在尝试使用 axios 发送发布请求时遇到网络错误 - Why i'm getting a network error, when trying to send a post request using axios 为什么我得到“拒绝安装purify-css作为自身的依赖”错误? - Why I'm getting “Refusing to install purify-css as a dependency of itself” error? 为什么我收到querySelectorAll()错误 - why i'm getting a querySelectorAll() error 为什么使用 axios 调用 api 时出现错误? - Why I am getting error when calling the api using axios? 为什么我从 axios 获取的数据不起作用,但是当我在 const 中使用相同的数据时,它可以正常工作 - Why is the data that I'm getting from axios not working but when I use the same data in a const it works normally 为什么我的 axios 发布请求没有发送数据? 我收到了表示字段为空的响应 - Why is my axios post request not sending data? I'm getting a response that means the fields are empty 为什么我在编写这个 javascript 自动点击器时会出错? - Why I'm getting errors while writing this javascript autoclicker? 我在 axios 补丁 api 中收到“Uncaught (in promise) TypeError: Cannot read property 'data' of undefined”错误 - I'm getting “Uncaught (in promise) TypeError: Cannot read property 'data' of undefined” error in axios patch api 从 axios 获取对象数组时出错 - Error while getting array of object from axios 尝试在 vercel 上部署 nextjs 应用程序时出现此错误 - I'm getting this error while trying to deploy a nextjs app on vercel
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM