简体   繁体   English

安装Vue CLI问题

[英]Installing vue cli issue

What does that mean, what do I need to do with this thing. 这是什么意思,我需要怎么做。 Is it a problem or a normal thing when installing vue? 安装vue时是问题还是正常现象?

 > nodemon@1.17.5 postinstall C:\\Program Files\\nodejs\\node_modules\\@vue\\cli\\node_modules\\nodemon > node bin/postinstall || exit 0 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules\\@vue\\cli\\node_modules\\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) + @vue/cli@3.0.0-rc.3 added 612 packages in 136.015s 

As NPM points out: 正如NPM指出的:

npm WARN optional SKIPPING OPTIONAL DEPENDENCY npm警告可选的跳过选择性依赖

It's an optional dependency. 这是一个可选的依赖项。 I won't cause you any trouble while developing. 开发时不会给您带来任何麻烦。

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

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