Closed JadeHayes closed 6 years ago
If a module is reported missing, then it is not being installed as expected.
How did you install it? Did you npm install react-responsive-modal --save
? Is the current package.json
committed & pushed for deployment?
Does it work locally? If so, there’s some inconsistency between what is local vs committed to git.
I just figured out that it was installed but I didn't git commit after the installation to update the package json... rookie mistake. Thank you!
Hello all, I'm new to buildpack and deploying in general so apologies if I don't have enough details on this issue. When I run git push heroku master, it runs and I get remote: -----> Build succeeded!
Then when it gets to the buildpack portion, I get an error because of a react-responsive-modal.
I've npm installed react-responsive-modal and can confirm it in my package.json under dependencies "react-responsive-modal": "^3.0.3"
Any help is very much appreciated!