You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2026. It is now read-only.
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?
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