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
I have recently update node version and upgrade packages and get this error when run project:
OS: macOS 10.15.3
Browser: Google Chrome 81.0.4044.129
Uncaught TypeError: moment.localeData is not a function
at eval (index.js?a67b:200)
at Object../node_modules/moment-jalaali/index.js (vendors.app.js:3616)
at __webpack_require__ (runtime.js:854)
at fn (runtime.js:151)
at eval (Model.js:26)
at Module../models/Model.js (app.js:978)
at __webpack_require__ (runtime.js:854)
at fn (runtime.js:151)
at eval (AttributeGroup.js:16)
at Module../models/AttributeGroup.js (app.js:930)
The text was updated successfully, but these errors were encountered:
hamidne
changed the title
problem with moment 2.25.0 and node 14.1.0
Problem with moment 2.25.0 and node 14.1.0
May 1, 2020
It probably was an issue with moment itself because it works perfectly with the most recent version of moment. Please update your moment to version 2.25.3. If it still exists, please share a working example to demonstrate the issue, use https://codesandbox.io/ for instance.
I have recently update node version and upgrade packages and get this error when run project:
OS: macOS 10.15.3
Browser: Google Chrome 81.0.4044.129
The text was updated successfully, but these errors were encountered: