-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hi, I faced a problem when I run npm build commands.
WARNING in ./node_modules/moment/src/lib/locale/locales.js Module not found: Error: Can't resolve './locale' in '/Users/me/Projects/php/checkms/node_modules/moment/src/lib/locale'
I have found a solution to this problem and I think it will be useful to report it.
You need to change version of moment.js in package.json from "moment": "^2.24.0",
to "moment": "2.24.0",
thanks
Metadata
Metadata
Assignees
Labels
No labels