I have a Meteor app that runs perfectly on localhost, but when I deploy it to a remote heroku server, I get the following errors.
heroku
(I am implementing thi
Can you try meteor npm install in your project root?
meteor npm install
If moment didn't appear in that list, can you try meteor npm install --save moment?
meteor npm install --save moment
Otherwise, could you please post your package.js - it should be in app/programs/server/