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
$ wept listening on port 3000 ✓ service.js build success An error occured. { Error: spawn growlnotify ENOENT at _errnoException (util.js:1024:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:190:19) at onErrorNT (internal/child_process.js:372:16) at _combinedTickCallback (internal/process/next_tick.js:138:11) at process._tickCallback (internal/process/next_tick.js:180:9) code: 'ENOENT', errno: 'ENOENT', syscall: 'spawn growlnotify', path: 'growlnotify', spawnargs: [ '/i:Safari', 'Reloading pages/index/index.wxml', '/t:liveload' ] }ml 'Reloading pages/index/index.wxml', '/t:liveload' ] } ✓ pages/index/index.wxml rebuild success
The text was updated successfully, but these errors were encountered:
这个模块已经不维护了,官方的 ide 已经很好用了
Sorry, something went wrong.
No branches or pull requests
wept --version
: 0.9.6 140900node --version
: v8.9.3错误日志
$ wept
listening on port 3000
✓ service.js build success
An error occured. { Error: spawn growlnotify ENOENT
at _errnoException (util.js:1024:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:190:19)
at onErrorNT (internal/child_process.js:372:16)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
code: 'ENOENT',
errno: 'ENOENT',
syscall: 'spawn growlnotify',
path: 'growlnotify',
spawnargs:
[ '/i:Safari',
'Reloading pages/index/index.wxml', '/t:liveload' ] }ml
'Reloading pages/index/index.wxml', '/t:liveload' ] } ✓ pages/index/index.wxml rebuild success
界面截图(可选)
The text was updated successfully, but these errors were encountered: