Contact-manager tutorial CLI error on run

I am just starting with aurelia, i attempted to start the contact manager tutorial but I didn’t get past the first run. Can someone please help!? this is what i get when i type “au run --watch” (it is contact-manager2 because I tried starting from scratch, but it didn’t help)

C:\contact-manager2>au run --watch
Local aurelia-cli v1.0.0-beta.12
The selected environment “local” is not defined in your aurelia_project/environments folder.

1 Like

It seems you have defined environment variable NODE_ENV=local somewhere?

You can force overwrite on env, do au run --env dev.

1 Like

Thank you ! that did it