vue-moment
vue-moment copied to clipboard
./node_modules/moment/src/lib/locale/locales.js 78:12-82:13 Critical dependency: the request of a dependency is an expression
node: 10.16.0 vue: 2.6.10 vue-moment: 3.2.0
Maybe the problem was related with #5495 issue in moment
repo.
Add this to package.json
and run yarn install --force
"resolutions": {
"moment": "~2.24.0"
}