Closed AshWhitear closed 1 year ago
Very appreciative and grateful for any help! Thanks! 🙏
I will have a look. The worse case is to pin the version in our dependencies.
The reason it failed you because you are using very very outdated nodejs v10. It doesn't support class field definition.
class SuchAs {
aField = "init_val";
}
Nodejs v10 ended support in 2021. Please upgrade to latest LTS v18.
If you need to stay on nodejs v10 for a while. You can continue to use npm install enquirer@2.3.6
(it touches your package.json so the version will stay in your project).
I'm submitting a bug report
Please tell us about your environment:
Operating System: Mac OS & Windows Server 2022
Node Version: 10.24.1
Current behavior: Getting an error on
au build
which seems to relate to new release of enquirer.npm install
npm link aurelia-cli
au build
Last step fails with:
Appears to work when I call: npm install enquirer@2.3.6 before the au build.