Error: Can't find npm module 'moment'

前端 未结 3 583
天涯浪人
天涯浪人 2021-01-20 01:06

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.

(I am implementing thi

3条回答
  •  野的像风
    2021-01-20 02:02

    I think it's a problem with your buildpack. Try following this guide - https://meteorcoder.wordpress.com/2016/09/24/how-to-deploy-meteor-apps-with-heroku/

提交回复
热议问题