- Maizzle Version: 4.0.0
- Node.js Version: 16.5.3
Hi,
As of maizzle 4.0.0 there's a problem executing package.json scripts that use the maizzle command, IF you're using yarn instead of npm:
yarn run v1.22.10
$ maizzle build production
env: node\r: No such file or directory
error Command failed with exit code 127.
To reproduce:
- Create a new starter project:
maizzle new
- Delete
package-lock.json and run yarn install
- Run
yarn dev or yarn build
Thanks!