简体   繁体   English

如何在Windows OS中正确安装Babel CLI NI项目

[英]How to install babel cli ni a project in windows os properly

I already have package.json file and try to install babel using this command 我已经有了package.json文件,并尝试使用此命令安装babel

npm install babel-cli@6.18.0 --save-dev

but I got this error 但是我得到这个错误

npm WARN react-essential@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules\fsevents):

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Error: EPERM: operation not permitted, rename 'C:\Users\eujso\Desktop\Ex_Files_React_EssT_Upd\Exercise Files\Ch02\02_01\start\node_modules\.staging\fsevents-7a36a307\node_modules\wrappy' -> 'C:\Users\eujso\Desktop\Ex_Files_React_EssT_Upd\Exercise Files\Ch02\02_01\start\node_modules\.staging\wrappy-de23cf94'

npm ERR! Maximum call stack size exceeded

npm ERR! A complete log of this run can be found in:

npm ERR!     C:\Users\eujso\AppData\Roaming\npm-cache\_logs\2018-03-27T09_35_24_484Z-debug.log

I don't know what to do with this 我不知道该怎么办

我的恶意软件字节是原因,其他人由于其防病毒功能而无法在npm上安装,这通常发生在窗口操作系统中

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM