With node v19.3.0 I was unable to successfully run the project with npm run start, even with the updated node 17+ start command. I received ERR_CONNECTION_REFUSED after uploading an .aax.
The only way I was able to get this to work was to use the npm run serve command which is detailed in README.md.
…the server locally through serve.
With node v19.3.0 I was unable to successfully run the project with
npm run start
, even with the updated node 17+start
command. I receivedERR_CONNECTION_REFUSED
after uploading an.aax
.The only way I was able to get this to work was to use the
npm run serve
command which is detailed inREADME.md
.