Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安装失败 #42

Closed
jonlus opened this issue Nov 12, 2016 · 1 comment
Closed

安装失败 #42

jonlus opened this issue Nov 12, 2016 · 1 comment

Comments

@jonlus
Copy link

jonlus commented Nov 12, 2016

  • wept --version: 0.3.8
  • node --version: 6.9.1
  • 操作系统: window10
  • 浏览器及浏览器版本: chrome
  • 与官方工具表现不一致?
    按照你提示的方法安装完wept dos提示没有这命令,使用nmp安装时候报了2个警告 如日志中。

错误日志

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\wept\node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.0.15: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

'wept' is not recognized as an internal or external command,
operable program or batch file.

界面截图(可选)

@chemzqm
Copy link
Collaborator

chemzqm commented Nov 12, 2016

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0
这一行是不会影响安装的,应该是你 npm 的问题,执行:

npm install npm@3.10.9 -g
npm cache clean

试下吧,没有 cache 可能需要稍微多等等。

@chemzqm chemzqm closed this as completed Nov 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants