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 / "