generator-angular2
generator-angular2 copied to clipboard
Running npm start does not generate the build
Hello, I ran into a weird issue while trying the generator. When i run gulp through npm, it doesn't generate the build folder. However if I run gulp directly, everything works as expected. I was wondering if it was an issue with my config or if it was like this for everyone.
Here's how to reproduce the issue :
mkdir something; cd something; yo angular2 rm -r build npm start
It launches the browser and the browser say "Cannot GET / "
you need to run gulp serve or better yet gulp dev
So if I understand properly, npm prevents gulp from messing with the file system? Interesting!
Apologies for no response on this, will be taking a look over the weekend to shore up some of these issues.