vue-moment icon indicating copy to clipboard operation
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

Open shashankgaurav17 opened this issue 4 years ago • 1 comments

node: 10.16.0 vue: 2.6.10 vue-moment: 3.2.0

shashankgaurav17 avatar May 01 '20 10:05 shashankgaurav17

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"
  }

alvaro-canepa avatar May 03 '20 13:05 alvaro-canepa