我的 npm 脚本不适用于 Yarn。
通常我会运行npm start
或npm run build
脚本会成功执行。yarn start
当我尝试使用//运行这些时,yarn run start
我yarn run build
收到错误:
yarn start v0.15.1
$ "node server"
sh: node server: command not found
error Command failed with exit code 127.
我通过 npm 全局安装了 Yarn。在终端中运行 zsh。
更新:看起来这是一个 v0.15.1 错误,在 0.16 中不再是问题。*