Create-React-App with Moment JS: Cannot find module “./locale”

后端 未结 4 1867
天命终不由人
天命终不由人 2020-12-17 15:28

Just ran an npm update on my web application and now Moment JS appears to be failing with the following message:

Error: Cannot find mod         


        
4条回答
  •  旧巷少年郎
    2020-12-17 15:46

    Appears this has already been identified as an issue for Moment JS version 2.19. If you have upgraded to 2.19 run npm install moment@2.18.1 to revert back to previous version until it is fixed!

    See thread: https://github.com/moment/moment/issues/4216

提交回复
热议问题