theroozbeh / vue2-persian-datepicker

A vue component that provides datepicker for persian developers
MIT License
100 stars 18 forks source link

خطای وابستگی #3

Closed AmirTheH closed 6 years ago

AmirTheH commented 6 years ago

Module build failed: ReferenceError: Unknown plugin "transform-runtime" specified in "/Projects/xxx/node_modules/vue2-persian-datepicker/.babelrc" at 0, attempted to resolve relative to "/Projects/xxx/node_modules/vue2-persian-datepicker"

theroozbeh commented 6 years ago

this issue will be fixed in the next release but for now you can fix it with this npm commands:

npm install --save-dev babel-plugin-transform-runtime
npm install --save-dev babel-preset-stage-2