Skip to content
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

Heroku does not Install Dev Dependencies #29

Open
rwieruch opened this issue Oct 25, 2018 · 2 comments
Open

Heroku does not Install Dev Dependencies #29

rwieruch opened this issue Oct 25, 2018 · 2 comments

Comments

@rwieruch
Copy link
Member

As workaround I have found: heroku config:set NPM_CONFIG_PRODUCTION=false which makes it possible to install dev dependencies. It's not a long term solution, because usually the server shouldn't be started in production with a babel or nodemon package, but at least it's possible to try it this way.

Ref: https://stackoverflow.com/questions/22954782/install-devdependencies-on-heroku

@rwieruch rwieruch added the wontfix This will not be worked on label Dec 17, 2018
@rwieruch
Copy link
Member Author

If anyone is running into this issue, just leave a quick comment here so that I know that this is still relevant.

@rwieruch rwieruch removed the wontfix This will not be worked on label Jan 16, 2019
@morenoh149
Copy link
Contributor

I'm in the middle of deploying the api to heroku. Do you want a PR product ionizing the api under start and add a dev script you can do npm run dev for development. In development you should use nodemon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants