Closed namitoyokota closed 6 months ago
The doc "Create a new project with au new" doesn't mean to create new project within your cli repo folder. I think that's where it confused you.
I will fix the CI setup after.
Seems like nodejs 20 is not happy with aurelia-cli. I will fix those regressions before next release.
It was mock-fs (only for unit tests) doesn't work with nodejs 20. I need to remove it.
v3.0.3 is released.
In the latest node.js update, Windows machine will fail to run
au run
command. More details in the following issue: #1205. This PR adds ashell: true
option to the parameters of thespawn()
method (only for Windows machine) as suggested by node.js.Additionally, I updated the machine set up guide in the readme document. It appears that a building step no longer exists within the
package.json
.NOTE: This code change has been tested in macOS Sonoma and Windows 11.