| Item |
Version |
| generator-angular-fullstack |
3.7.5 |
| Node |
4.4.5 |
| npm |
3.9.5 |
| Operating System |
Windows 7 |
| Item |
Answer |
| Transpiler |
Babel |
| Markup |
HTML |
| CSS |
SCSS |
| Router |
ui-router |
| Build Tool |
Grunt |
| Client Tests |
Jasmine |
| DB |
MongoDB |
| Auth |
Y |
Hello, I have just created my app, working perfectly in localhost but when I try to deploy to Heroku I have problems.
First of all, using yo angular-fullstack:heroku I get this error:
(!) NamedBase constructor is deprecated. See https://github.com/yeoman/generator /issues/882 ? Name to deploy as (Leave blank for a random name):
How can deploy into Heroku? must I wait when that issue it will be fixed?
I have tried to deploy manually, following the steps: https://github.com/angular-fullstack/generator-angular-fullstack/issues/1920 https://github.com/angular-fullstack/generator-angular-fullstack/issues/1950 but I can't get sorted.
After installing angular-fullstack, have I to create a heroku app?
- cd dist
- heroku create
- git init
- git add .
- git commit -m "first commit"
- git push heroku master
- heroku open
Could you explain me the steps to create an app and deploy to heroku instead of using yo angular-fullstack:heroku ??
Thanks in advance
Hello, I have just created my app, working perfectly in localhost but when I try to deploy to Heroku I have problems.
First of all, using
yo angular-fullstack:herokuI get this error:(!) NamedBase constructor is deprecated. See https://github.com/yeoman/generator /issues/882 ? Name to deploy as (Leave blank for a random name):How can deploy into Heroku? must I wait when that issue it will be fixed?
I have tried to deploy manually, following the steps: https://github.com/angular-fullstack/generator-angular-fullstack/issues/1920 https://github.com/angular-fullstack/generator-angular-fullstack/issues/1950 but I can't get sorted.
After installing angular-fullstack, have I to create a heroku app?
Could you explain me the steps to create an app and deploy to heroku instead of using
yo angular-fullstack:heroku??Thanks in advance