我是靠谱客的博主 孝顺眼睛,最近开发中收集的这篇文章主要介绍vue下载axios时出现的错误及解决方法,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

在终端中使用密令 nom install axios -S时,出现报错
在这里插入图片描述
解决方法; 安装 babel-polyfill

复制代码
$ npm install babel-polyfill --save
npm WARN rollback Rolling back node-pre-gyp@0.10.0 failed (this is probably harmless): EPERM: operation not permitted, lstat ‘F:5 poverty alleviation projectpovertynode_modulesfseventsnode_modules’
npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modulesfsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“win32”,“arch”:“x64”})

  • babel-polyfill@6.26.0
    added 2 packages from 2 contributors and audited 32852 packages in 12.536s
    found 7 vulnerabilities (1 low, 1 moderate, 4 high, 1 critical)
    run npm audit fix to fix them, or npm audit for details
    复制代码
    安装成功后,在main.js 引入

最后

以上就是孝顺眼睛为你收集整理的vue下载axios时出现的错误及解决方法的全部内容,希望文章能够帮你解决vue下载axios时出现的错误及解决方法所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(68)

评论列表共有 0 条评论

立即
投稿
返回
顶部