liujians / vue-adminLte-vue-router

SPA about vue-cli+adminLte+vue-router
363 stars 119 forks source link

npm run dev error #3

Closed Liaoer closed 7 years ago

Liaoer commented 8 years ago

WARNING in ./src/plugins/daterangepicker/moment.js Module not found: Error: Cannot resolve 'file' or 'directory' ./locale in /Users/liao/Documents/GitHub/vue-adminLte-vue-router/src/plugins/daterangepicker @ ./src/plugins/daterangepicker/moment.js 1:4485-4510

chinalijinglun commented 8 years ago

same error , Encounter the same problem,if you found the solutio, I hope you can share it.

liujians commented 8 years ago

I don't know what happened, I updated, please try to pull the last @Liaoer

unadlib commented 8 years ago

mkdir -p vue-adminLte-vue-router-master/src/plugins/daterangepicker/locale/ Because the locale folder is missing.

liujians commented 8 years ago

@Liaoer @chinalijinglun @unadlib good work,i got it,