满堂花醉三千客,一剑霜寒十四洲。这篇文章主要讲述windows下引入axios碰到的怪问题相关的知识,希望能为你提供帮助。
【windows下引入axios碰到的怪问题】
windows下引入axios碰到的怪问题
今天安装axios到vuejs下面,出现了一个奇怪的问题,记录下备忘!
D:\\wamp64\\www\\tools\\first-vue> npm install axios --save
npm ERR! path D:\\wamp64\\www\\tools\\first-vue\\node_modules\\fsevents\\node_modules\\dashdash\\node_modules
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall scandir
npm ERR! Error: EPERM: operation not permitted, scandir D:\\wamp64\\www\\tools\\first-vue\\node_modules\\fsevents\\node_modules\\dashdash\\node_modules
npm ERR!Error: EPERM: operation not permitted, scandir D:\\wamp64\\www\\tools\\first-vue\\node_modules\\fsevents\\node_modules\\dashdash\\node_modules
npm ERR!stack: Error: EPERM: operation not permitted, scandir \\D:\\wamp64\\www\\tools\\first-vue\\node_modules\\fsevents\\node_modules\\dashdash\\node_modules\\,
npm ERR!errno: -4048,
npm ERR!code: EPERM,
npm ERR!syscall: scandir,
npm ERR!path: D:\\wamp64\\www\\tools\\first-vue\\node_modules\\fsevents\\node_modules\\dashdash\\node_modules
npm ERR!
npm ERR! Please try running this command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR!C:\\Users\\Administrator\\AppData\\Roaming\\npm-cache_logs\\2017-11-12T072809_076Z-debug.log
不知道什么原因,关闭所有first-vue目录下面相关的程序,再来
D:\\wamp64\\www\\tools\\first-vue> npm install axios --save
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules\\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted "os":"darwin","arch":"any" (current: "os":"win32","arch":"x64")
- axios@0.17.1
added 115 packages and updated 1 package in 15.923s
D:\\wamp64\\www\\tools\\first-vue>
成功!真奇怪了。。。
推荐阅读
- #yyds干货盘点#如何进行快速进行yapi迁移
- linux查看日志文件tail -f用法
- Linux云计算就业第一周作业
- #yyds干货盘点#前端如何通过antdv组件上传文件
- ElasticSearch的安装与使用必知问题
- Linux下使用nmap扫描端口
- QProcess的正确用法
- VMWare安装Linux-ubuntu碰到的坑
- Ubuntu下的录屏工具Kazam和SimpleScreenRecorder