You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make i info Invoking build target
'.' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
make × ERR @./bin/build ./views .
make × ERR Recipe exited with code %d
(node:18484) UnhandledPromiseRejectionWarning: Error: Recipe exited with code %d
at ChildProcess. (C:\Users\Administrator\AppData\Roaming\npm\node_modules\make\src\cli.js:143:28)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:925:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
(node:18484) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:18484) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.jst are not handled will terminate the Node.js process with a non-zero exit code.
`
The text was updated successfully, but these errors were encountered:
npm run build 的时候跑不起来
`cmd
$ npm run build
make i info Invoking build target
'.' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
make × ERR @./bin/build ./views .
make × ERR Recipe exited with code %d
(node:18484) UnhandledPromiseRejectionWarning: Error: Recipe exited with code %d
at ChildProcess. (C:\Users\Administrator\AppData\Roaming\npm\node_modules\make\src\cli.js:143:28)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:925:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
(node:18484) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:18484) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.jst are not handled will terminate the Node.js process with a non-zero exit code.
`
The text was updated successfully, but these errors were encountered: