-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have to manually install all dependencies. is this a joke? #354
Comments
@redoc123 it does. When you're choosing additional services, it modifies dependencies list which are installing via yeoman. |
@ghaiklor thanks for quick response for my "impatient" question. I am not seeing any of the packages being added to package.json. please advise. I created a project with following options: Application questions: Configuration questions: Logger questions: Blueprint questions: Controller questions: Hook questions: Cron questions: Swagger questions: Authentication questions: Service questions: This is my package.json { |
hm... it should add |
Hi, I just used your generator and I have the same problem - package.json was empty and I had to install all dependencies manually |
By empty I mean most dependencies where missing |
The whole point of giving out a generator is to save time and cut down the time spent on figuring out basic tasks.
This generator does nt include any of the runtime dependencies in package.json. The way to get it working it run and install missing packages one at a time.
Sorry dont mean to undermine your effort for the community but i find it plain irresponsible.
The text was updated successfully, but these errors were encountered: