Jan Hagelauer

Results 4 comments of Jan Hagelauer

Vuetify 2 contains a few breaking changes from 1.x. Did you have a look at the [upgrade guide](https://github.com/vuetifyjs/vuetify/releases#user-content-upgrade-guide)? It contains several before/after examples of how to bootstrap vuetify for different...

This sounds like an issue with some JavaScript features that are not supported by the NodeJS version you are using. Unless you need any of the new features for Vuetify...

You need to install `sass` for Vuetify 2 (`npm i -D sass`), not `node-sass` as for Vuetify 1.

@The-Plottwist I had the same issue with VS Code OSS on Arch, and was able to resolve it by launching VS Code with option `--enable-proposed-api GitHub.vscode-pull-request-github`. You can also enable...