We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed the instructions, but got an exception in the shell
$ npm run dev
ERROR in .//babel-loader/lib!.//vue-loader/lib/selector.js?type=script&index=0!./~/vuetable-2/src/components/VuetablePagination.vue Module build failed: Error: Couldn't find preset "env" relative to directory "[snip]/vuetable-2-tutorial/node_modules/vuetable-2"
and the browser displays simple "Cannot GET /"
The text was updated successfully, but these errors were encountered:
npm install babel-preset-env
did help. However the browser will be empty, and the console will have:
SyntaxError: Unexpected identifier '_typeof'. import call expects exactly one argument.
Sorry, something went wrong.
Did you solved it after ?
As far as I remember, I delete node_modules and reinstalled everything. No magic was needed.
No branches or pull requests
I followed the instructions, but got an exception in the shell
$ npm run dev
ERROR in ./
/babel-loader/lib!.//vue-loader/lib/selector.js?type=script&index=0!./~/vuetable-2/src/components/VuetablePagination.vueModule build failed: Error: Couldn't find preset "env" relative to directory "[snip]/vuetable-2-tutorial/node_modules/vuetable-2"
and the browser displays simple "Cannot GET /"
The text was updated successfully, but these errors were encountered: