Error: Can't find npm module 'moment'

前端 未结 3 611
天涯浪人
天涯浪人 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 01:51

    Make sure this line:"moment": "^2.14.1" is your package.json then run npm install

提交回复
热议问题