Angular2 TodoMVC project stuck on 'Loading...'
I attempted to use your online tool at http://fountainjs.io/download/
Selected:
Angular2
Webpack/NPM
Typescript
Sass
TodoMVC
It would be nice if you included a README file with the download, but without one I just ran npm install and then gulp serve
ran into a known issue with gulp so I did as you suggested and ran npm run serve instead and ran into this problem. The app just got stuck at 'loading...'
Error Message & Stack Trace
No errors in the console, the project just stuck at 'loading...'
Config
Here is my .yo-rc.json file.
{
"generator-fountain-angular2": {
"version": "1.0.0",
"props": {
"skipInstall": true,
"framework": "angular2",
"modules": "webpack",
"js": "typescript",
"ci": "",
"css": "scss",
"resolved": "/Users/swiip/Workspace/FountainJS/fountain/generator-fountain-angular2/generators/app/index.js",
"namespace": "fountain-angular2:app",
"_": [],
"sample": "todoMVC",
"router": "router"
}
}
}
Relevant Links
A link to the resulting project can be found on github here
Environment
Node.js v8.2.1
darwin 15.6.0
yo not installed, but I don't think it's needed
npm 5.3.0
Angular2 TodoMVC project stuck on 'Loading...'
I attempted to use your online tool at http://fountainjs.io/download/
Selected:
Angular2
Webpack/NPM
Typescript
Sass
TodoMVC
It would be nice if you included a README file with the download, but without one I just ran
npm installand thengulp serveran into a known issue with gulp so I did as you suggested and ran
npm run serveinstead and ran into this problem. The app just got stuck at 'loading...'Error Message & Stack Trace
No errors in the console, the project just stuck at 'loading...'
Config
Here is my .yo-rc.json file.
Relevant Links
A link to the resulting project can be found on github here
Environment
Node.js v8.2.1
darwin 15.6.0
yo not installed, but I don't think it's needed
npm 5.3.0