We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wept --version
node --version
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.
The text was updated successfully, but these errors were encountered:
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 这一行是不会影响安装的,应该是你 npm 的问题,执行:
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0
npm install npm@3.10.9 -g npm cache clean
试下吧,没有 cache 可能需要稍微多等等。
Sorry, something went wrong.
No branches or pull requests
wept --version
: 0.3.8node --version
: 6.9.1按照你提示的方法安装完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.
界面截图(可选)
The text was updated successfully, but these errors were encountered: