ratiw / vuetable-2-tutorial

MIT License
258 stars 67 forks source link

Just after install lesson-1 #66

Open franmadj opened 6 years ago

franmadj commented 6 years ago

ERROR in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./~/vuetable-2/src/components/Vuetable.vue Module build failed: Error: Couldn't find preset "env" relative to directory "D:\server4\htdocs\Vue\vuetable-2-tutorial\node_modules\vuetable-2" at D:\server4\htdocs\Vue\vuetable-2-tutorial\node_modules\babel-core\lib\transformation\file\options\option-manager.js:293:19

in the screen i get: Cannot GET /

ghost commented 6 years ago

using Vue.2.5 now, do not use

yarn add babel-preset-es2015 --dev

better using

yarn add babel-preset-env --dev

this will take care of es2015 and es-2016, and will preset env too....