You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
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",
more details here
thanks
The text was updated successfully, but these errors were encountered: