GithubHelp home page GithubHelp logo

iliyazelenko / tiptap-vuetify Goto Github PK

View Code? Open in Web Editor NEW
795.0 10.0 127.0 1.56 MB

Vuetify editor. Component simplifies integration tiptap editor with vuetify.

Home Page: https://iliyazelenko.github.io/tiptap-vuetify-demo/

JavaScript 4.94% Vue 29.13% TypeScript 65.93%
vuetify tiptap tiptap-editor wysiwyg wysiwyg-editor vue vuejs2 renderless-components renderless vuetify2

tiptap-vuetify's Introduction

Hi 👋, I'm Ilya

Creator of babyblog.ru using Vue/Nuxt.js. Charity startup participiant.

My intresting open source projects:

Me on StackOverflow: EN, RU.


You can support me:

Thanks. This money will give me motivation for developing open source projects. ❤


Languages and Tools:

apachecordova babel bash bootstrap chartjs circleci css3 cypress d3js dart docker electron express figma firebase flutter git graphql gulp heroku html5 ionic javascript jenkins jest laravel linux mariadb mocha mongodb mysql nestjs nginx nodejs nuxtjs photoshop postgresql postman pug quasar redis sass selenium symfony travisci typescript unity vagrant vuejs vuepress vuetify webpack

iliyazelenko iliyazelenko

iliyazelenko

iliyazelenko

tiptap-vuetify's People

Contributors

afikderi avatar alexeyzelenko avatar assoft avatar asterd avatar avgeeklucky avatar burzuy avatar coldsewoo avatar davidurco avatar dependabot[bot] avatar doughayward avatar felipebritor avatar flambe avatar giildo avatar h6ls1s avatar idrys avatar iliyazelenko avatar israelortuno avatar jlgoff3 avatar jmeinke avatar lira92 avatar mrfrase3 avatar mtdvlpr avatar myalban avatar robertofd1995 avatar semantic-release-bot avatar szczepanmasny avatar thebspin avatar thejoeejoee avatar tomohirohiratsuka avatar yaki6 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tiptap-vuetify's Issues

Error message about "Cannot find module '~/...'."

Thanks for this package. I get the following TypeScript error message using it:

2:36 Cannot find module '~/configs/theme'.
    1 | import MainComponent from '~/components/Main.vue';
  > 2 | import { VuetifyIconsGropus } from '~/configs/theme';
      |                                    ^
    3 | export declare const TiptapVuetify: import("vue").VueConstructor<MainComponent>;
    4 | export declare const TiptapVuetifyPlugin: {
    5 |     iconsGroup: VuetifyIconsGropus;

This message appears for all imports and exports in main.d.ts.
What can I do?

Dark Mode

I have a UI built in dark mode as the primary interface. I followed the instructions to include vuetify-tip-tap and it worked great ! Except that I can't figure out how to switch the theme without touching the CSS directly.

A prop to switch between light / dark mode would be awesome !

TypeError: Cannot read property 'framework' of undefined

Hello, after updating to [email protected], the tiptap vuetify editor is not being loaded with the following error in the console:

Error in mounted hook: "TypeError: Cannot read property 'framework' of undefined"

Specifically, it is being thrown in this specific code block in TiptapVuetifyPlugin source :

Object.defineProperty(Plugin.prototype, "vuetifyLang", {
    get: function get() {
      return this.vuetify.framework.lang.current; // This line
    },
    enumerable: true,
    configurable: true
  });

So typically I checked if the vuetify object passed in the Initialization section is really undefined by logging it to the console, but the output is a Vuetify object as expected.

Transpilation is enabled as well in vue.config.js and removing it did not solve the issue:

transpileDependencies: ['vuetify','tiptap-vuetify'],

Concerning the packages' versions (in case they might come in handy, I selected the main ones):

"babel-polyfill": "^6.26.0",
"core-js": "^3.4.8",
"tiptap-vuetify": "^2.8.0",
"vue": "^2.6.10",
"vuetify": "^2.1.14"

BulletList and OrderedList broken

Hey there!

When I add BulletList or OrderedList to my component, it suddently disappears. In console appears an error:

SyntaxError: "No node type or group 'list_item' found (in content expression 'list_item+')"

Any idea about which could be the cause? Thanks in advance 😄

Does not render correctly in production nuxt build

image

During local development it is fine but when I run npm run build and npm run start the above occurs. I suspect this could be Vuetify not being loaded yet before this plugin is loaded. Do you have any ideas? Thanks :)

On second thought I don't think that is the issue here is the HTML

image

Okay narrowed the issue it has to do with vuetify loader. It seems to be having issues since Vuetify 2 release. I disabled tree shaking and it works...

Module Parse Failed

Any ideas why this error happens?

ERROR in ./node_modules/tiptap-vuetify/dist/bundle-esm.js Module parse failed: Unexpected token (4925:17) You may need an appropriate loader to handle this file type. | render(h, context) { | const data = { | props: { ...context.props, | name | }, @ ./resources/js/app.js 50:0-53 @ multi ./resources/js/app.js ./resources/sass/app.scss ./resources/sass/app-rtl.scss

Generate the content with styles

A lot of people need to transform the Html into a PDF file, and uses a backend api for that (sample openhtmltopdf in java), but to export the pdf just like the editor's show the style are needed :D today I need to re-create all the style in my backend.

tks

Shift-enter newline while using "code" doesn't display properly

When you're writing a code block and shift-enter for newline the cursor stays at the first line instead of going to the new one. It switches once you start typing. (See image for example)
Editor code block newline

Creating a code block in the middle of a row will also not break to a new line. This will look a little funny if you create new lines within the code block
Editor code block newline

OS: Windows 10
Browser: Chrome v78.0.3904.108 + Firefox v70.0.1

Module build failed: Cannot read property 'parseComponent' of undefined

Hi,
I downloaded the same repostitory example used in the sandbox and wanted to build it locally to check it out and play around.
I did npm install`` and then npm run serve`
but then the build fails with the following errors:
I couldn't fix it with updates of the packages so far

I think the first error could be solved by forcing vue and vue-template-compiler to the same version but on the other errors I don't know where it comes from

Spoiler Error

INFO Starting development server...
10% building 2/2 modules 0 active
「wds」: Project is running at http://localhost:8080/
「wds」: webpack output is served from /
「wds」: Content not from webpack is served from /Users/aortner/git/vueSocial/drafts/tiptap-vuetify/public
「wds」: 404s will fallback to /index.html
98% after emitting CopyPlugin

ERROR Failed to compile with 105 errors 10:34:40 AM

Module build failed (from ./node_modules/vue-loader/lib/index.js):
TypeError: Cannot read property 'parseComponent' of undefined
at parse (/Users/aortner/git/vueSocial/drafts/tiptap-vuetify/node_modules/vue-loader/node_modules/@vue/component-compiler-utils/dist/parse.js:14:23)
at Object.module.exports (/Users/aortner/git/vueSocial/drafts/tiptap-vuetify/node_modules/vue-loader/lib/index.js:67:22)

Module build failed (from ./node_modules/vue-loader/lib/index.js):
TypeError: Cannot read property 'parseComponent' of undefined
at parse (/Users/aortner/git/vueSocial/drafts/tiptap-vuetify/node_modules/vue-loader/node_modules/@vue/component-compiler-utils/dist/parse.js:14:23)
at Object.module.exports (/Users/aortner/git/vueSocial/drafts/tiptap-vuetify/node_modules/vue-loader/lib/index.js:67:22)

Module build failed (from ./node_modules/vue-loader/lib/index.js):
TypeError: Cannot read property 'parseComponent' of undefined
at parse (/Users/aortner/git/vueSocial/drafts/tiptap-vuetify/node_modules/vue-loader/node_modules/@vue/component-compiler-utils/dist/parse.js:14:23)
at Object.module.exports (/Users/aortner/git/vueSocial/drafts/tiptap-vuetify/node_modules/vue-loader/lib/index.js:67:22)

Module build failed (from ./node_modules/vue-loader/lib/index.js):
TypeError: Cannot read property 'parseComponent' of undefined
at parse (/Users/aortner/git/vueSocial/drafts/tiptap-vuetify/node_modules/vue-loader/node_modules/@vue/component-compiler-utils/dist/parse.js:14:23)
at Object.module.exports (/Users/aortner/git/vueSocial/drafts/tiptap-vuetify/node_modules/vue-loader/lib/index.js:67:22)

Module build failed (from ./node_modules/vue-loader/lib/index.js):
TypeError: Cannot read property 'parseComponent' of undefined
at parse (/Users/aortner/git/vueSocial/drafts/tiptap-vuetify/node_modules/vue-loader/node_modules/@vue/component-compiler-utils/dist/parse.js:14:23)
at Object.module.exports (/Users/aortner/git/vueSocial/drafts/tiptap-vuetify/node_modules/vue-loader/lib/index.js:67:22)

Module build failed (from ./node_modules/vue-loader/lib/index.js):
TypeError: Cannot read property 'parseComponent' of undefined
at parse (/Users/aortner/git/vueSocial/drafts/tiptap-vuetify/node_modules/vue-loader/node_modules/@vue/component-compiler-utils/dist/parse.js:14:23)
at Object.module.exports (/Users/aortner/git/vueSocial/drafts/tiptap-vuetify/node_modules/vue-loader/lib/index.js:67:22)

You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
error in ./src/App.vue

Module Error (from ./node_modules/vue-loader/lib/index.js):

Vue packages version mismatch:

This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

@ ./src/main.js 2:0-24 34:4-7
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./src/examples/Simple.vue

Module Error (from ./node_modules/vue-loader/lib/index.js):

Vue packages version mismatch:

This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

@ ./src/router/index.js 3:0-40 7:13-19
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./src/examples/Preview.vue

Module Error (from ./node_modules/vue-loader/lib/index.js):

Vue packages version mismatch:

This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

@ ./src/router/index.js 23:19-48
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./src/examples/CustomToolbar.vue

Module Error (from ./node_modules/vue-loader/lib/index.js):

Vue packages version mismatch:

This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

@ ./src/router/index.js 11:19-54
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./src/examples/Placeholder.vue

Module Error (from ./node_modules/vue-loader/lib/index.js):

Vue packages version mismatch:

This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

@ ./src/router/index.js 19:19-52
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./src/examples/BubbleMenu.vue

Module Error (from ./node_modules/vue-loader/lib/index.js):

Vue packages version mismatch:

This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

@ ./src/router/index.js 15:19-51
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/styles/main.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/styles/main.sass 4:14-213 14:3-18:5 15:22-221
@ ./node_modules/vuetify/lib/framework.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/directives/ripple/VRipple.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/directives/ripple/VRipple.sass 4:14-225 14:3-18:5 15:22-233
@ ./node_modules/vuetify/lib/directives/ripple/index.js
@ ./node_modules/vuetify/lib/directives/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/styles/components/_selection-controls.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/styles/components/_selection-controls.sass 4:14-237 14:3-18:5 15:22-245
@ ./node_modules/vuetify/lib/components/VRadioGroup/VRadioGroup.js
@ ./node_modules/vuetify/lib/components/VRadioGroup/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VApp/VApp.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VApp/VApp.sass 4:14-222 14:3-18:5 15:22-230
@ ./node_modules/vuetify/lib/components/VApp/VApp.js
@ ./node_modules/vuetify/lib/components/VApp/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VAppBar/VAppBar.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VAppBar/VAppBar.sass 4:14-225 14:3-18:5 15:22-233
@ ./node_modules/vuetify/lib/components/VAppBar/VAppBar.js
@ ./node_modules/vuetify/lib/components/VAppBar/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VBreadcrumbs/VBreadcrumbs.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VBreadcrumbs/VBreadcrumbs.sass 4:14-230 14:3-18:5 15:22-238
@ ./node_modules/vuetify/lib/components/VBreadcrumbs/VBreadcrumbs.js
@ ./node_modules/vuetify/lib/components/VBreadcrumbs/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VBadge/VBadge.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VBadge/VBadge.sass 4:14-224 14:3-18:5 15:22-232
@ ./node_modules/vuetify/lib/components/VBadge/VBadge.js
@ ./node_modules/vuetify/lib/components/VBadge/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VBanner/VBanner.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VBanner/VBanner.sass 4:14-225 14:3-18:5 15:22-233
@ ./node_modules/vuetify/lib/components/VBanner/VBanner.js
@ ./node_modules/vuetify/lib/components/VBanner/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VBtn/VBtn.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VBtn/VBtn.sass 4:14-222 14:3-18:5 15:22-230
@ ./node_modules/vuetify/lib/components/VBtn/VBtn.js
@ ./node_modules/vuetify/lib/components/VBtn/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VBtnToggle/VBtnToggle.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VBtnToggle/VBtnToggle.sass 4:14-228 14:3-18:5 15:22-236
@ ./node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.js
@ ./node_modules/vuetify/lib/components/VBtnToggle/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VBottomSheet/VBottomSheet.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VBottomSheet/VBottomSheet.sass 4:14-230 14:3-18:5 15:22-238
@ ./node_modules/vuetify/lib/components/VBottomSheet/VBottomSheet.js
@ ./node_modules/vuetify/lib/components/VBottomSheet/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VBottomNavigation/VBottomNavigation.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VBottomNavigation/VBottomNavigation.sass 4:14-235 14:3-18:5 15:22-243
@ ./node_modules/vuetify/lib/components/VBottomNavigation/VBottomNavigation.js
@ ./node_modules/vuetify/lib/components/VBottomNavigation/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VAlert/VAlert.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VAlert/VAlert.sass 4:14-224 14:3-18:5 15:22-232
@ ./node_modules/vuetify/lib/components/VAlert/VAlert.js
@ ./node_modules/vuetify/lib/components/VAlert/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VCheckbox/VCheckbox.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VCheckbox/VCheckbox.sass 4:14-227 14:3-18:5 15:22-235
@ ./node_modules/vuetify/lib/components/VCheckbox/VCheckbox.js
@ ./node_modules/vuetify/lib/components/VCheckbox/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VCarousel/VCarousel.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VCarousel/VCarousel.sass 4:14-227 14:3-18:5 15:22-235
@ ./node_modules/vuetify/lib/components/VCarousel/VCarousel.js
@ ./node_modules/vuetify/lib/components/VCarousel/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VChip/VChip.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VChip/VChip.sass 4:14-223 14:3-18:5 15:22-231
@ ./node_modules/vuetify/lib/components/VChip/VChip.js
@ ./node_modules/vuetify/lib/components/VChip/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VAvatar/VAvatar.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VAvatar/VAvatar.sass 4:14-225 14:3-18:5 15:22-233
@ ./node_modules/vuetify/lib/components/VAvatar/VAvatar.js
@ ./node_modules/vuetify/lib/components/VAvatar/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VContent/VContent.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VContent/VContent.sass 4:14-226 14:3-18:5 15:22-234
@ ./node_modules/vuetify/lib/components/VContent/VContent.js
@ ./node_modules/vuetify/lib/components/VContent/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VAutocomplete/VAutocomplete.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VAutocomplete/VAutocomplete.sass 4:14-231 14:3-18:5 15:22-239
@ ./node_modules/vuetify/lib/components/VCombobox/VCombobox.js
@ ./node_modules/vuetify/lib/components/VCombobox/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VCounter/VCounter.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VCounter/VCounter.sass 4:14-226 14:3-18:5 15:22-234
@ ./node_modules/vuetify/lib/components/VCounter/VCounter.js
@ ./node_modules/vuetify/lib/components/VCounter/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VChipGroup/VChipGroup.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VChipGroup/VChipGroup.sass 4:14-228 14:3-18:5 15:22-236
@ ./node_modules/vuetify/lib/components/VChipGroup/VChipGroup.js
@ ./node_modules/vuetify/lib/components/VChipGroup/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VDivider/VDivider.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VDivider/VDivider.sass 4:14-226 14:3-18:5 15:22-234
@ ./node_modules/vuetify/lib/components/VDivider/VDivider.js
@ ./node_modules/vuetify/lib/components/VDivider/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VFooter/VFooter.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VFooter/VFooter.sass 4:14-225 14:3-18:5 15:22-233
@ ./node_modules/vuetify/lib/components/VFooter/VFooter.js
@ ./node_modules/vuetify/lib/components/VFooter/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VColorPicker/VColorPicker.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VColorPicker/VColorPicker.sass 4:14-230 14:3-18:5 15:22-238
@ ./node_modules/vuetify/lib/components/VColorPicker/VColorPicker.js
@ ./node_modules/vuetify/lib/components/VColorPicker/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VFileInput/VFileInput.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VFileInput/VFileInput.sass 4:14-228 14:3-18:5 15:22-236
@ ./node_modules/vuetify/lib/components/VFileInput/VFileInput.js
@ ./node_modules/vuetify/lib/components/VFileInput/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VGrid/_grid.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VGrid/_grid.sass 4:14-223 14:3-18:5 15:22-231
@ ./node_modules/vuetify/lib/components/VGrid/VContainer.js
@ ./node_modules/vuetify/lib/components/VGrid/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VExpansionPanel/VExpansionPanel.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VExpansionPanel/VExpansionPanel.sass 4:14-233 14:3-18:5 15:22-241
@ ./node_modules/vuetify/lib/components/VExpansionPanel/VExpansionPanels.js
@ ./node_modules/vuetify/lib/components/VExpansionPanel/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VImg/VImg.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VImg/VImg.sass 4:14-222 14:3-18:5 15:22-230
@ ./node_modules/vuetify/lib/components/VImg/VImg.js
@ ./node_modules/vuetify/lib/components/VImg/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VIcon/VIcon.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VIcon/VIcon.sass 4:14-223 14:3-18:5 15:22-231
@ ./node_modules/vuetify/lib/components/VIcon/VIcon.js
@ ./node_modules/vuetify/lib/components/VIcon/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VDialog/VDialog.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VDialog/VDialog.sass 4:14-225 14:3-18:5 15:22-233
@ ./node_modules/vuetify/lib/components/VDialog/VDialog.js
@ ./node_modules/vuetify/lib/components/VDialog/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VInput/VInput.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VInput/VInput.sass 4:14-224 14:3-18:5 15:22-232
@ ./node_modules/vuetify/lib/components/VInput/VInput.js
@ ./node_modules/vuetify/lib/components/VInput/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VLabel/VLabel.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VLabel/VLabel.sass 4:14-224 14:3-18:5 15:22-232
@ ./node_modules/vuetify/lib/components/VLabel/VLabel.js
@ ./node_modules/vuetify/lib/components/VLabel/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VPagination/VPagination.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VPagination/VPagination.sass 4:14-229 14:3-18:5 15:22-237
@ ./node_modules/vuetify/lib/components/VPagination/VPagination.js
@ ./node_modules/vuetify/lib/components/VPagination/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VParallax/VParallax.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VParallax/VParallax.sass 4:14-227 14:3-18:5 15:22-235
@ ./node_modules/vuetify/lib/components/VParallax/VParallax.js
@ ./node_modules/vuetify/lib/components/VParallax/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VOverlay/VOverlay.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VOverlay/VOverlay.sass 4:14-226 14:3-18:5 15:22-234
@ ./node_modules/vuetify/lib/components/VOverlay/VOverlay.js
@ ./node_modules/vuetify/lib/components/VOverlay/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VOverflowBtn/VOverflowBtn.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VOverflowBtn/VOverflowBtn.sass 4:14-230 14:3-18:5 15:22-238
@ ./node_modules/vuetify/lib/components/VOverflowBtn/VOverflowBtn.js
@ ./node_modules/vuetify/lib/components/VOverflowBtn/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VSheet/VSheet.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VSheet/VSheet.sass 4:14-224 14:3-18:5 15:22-232
@ ./node_modules/vuetify/lib/components/VSheet/VSheet.js
@ ./node_modules/vuetify/lib/components/VSheet/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VProgressLinear/VProgressLinear.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VProgressLinear/VProgressLinear.sass 4:14-233 14:3-18:5 15:22-241
@ ./node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.js
@ ./node_modules/vuetify/lib/components/VProgressLinear/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VProgressCircular/VProgressCircular.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VProgressCircular/VProgressCircular.sass 4:14-235 14:3-18:5 15:22-243
@ ./node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.js
@ ./node_modules/vuetify/lib/components/VProgressCircular/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VPicker/VPicker.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VPicker/VPicker.sass 4:14-225 14:3-18:5 15:22-233
@ ./node_modules/vuetify/lib/components/VPicker/VPicker.js
@ ./node_modules/vuetify/lib/components/VPicker/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VTimeline/VTimeline.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VTimeline/VTimeline.sass 4:14-227 14:3-18:5 15:22-235
@ ./node_modules/vuetify/lib/components/VTimeline/VTimeline.js
@ ./node_modules/vuetify/lib/components/VTimeline/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VResponsive/VResponsive.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VResponsive/VResponsive.sass 4:14-229 14:3-18:5 15:22-237
@ ./node_modules/vuetify/lib/components/VResponsive/VResponsive.js
@ ./node_modules/vuetify/lib/components/VResponsive/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VRating/VRating.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VRating/VRating.sass 4:14-225 14:3-18:5 15:22-233
@ ./node_modules/vuetify/lib/components/VRating/VRating.js
@ ./node_modules/vuetify/lib/components/VRating/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VSkeletonLoader/VSkeletonLoader.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VSkeletonLoader/VSkeletonLoader.sass 4:14-233 14:3-18:5 15:22-241
@ ./node_modules/vuetify/lib/components/VSkeletonLoader/VSkeletonLoader.js
@ ./node_modules/vuetify/lib/components/VSkeletonLoader/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VSnackbar/VSnackbar.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VSnackbar/VSnackbar.sass 4:14-227 14:3-18:5 15:22-235
@ ./node_modules/vuetify/lib/components/VSnackbar/VSnackbar.js
@ ./node_modules/vuetify/lib/components/VSnackbar/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VSpeedDial/VSpeedDial.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VSpeedDial/VSpeedDial.sass 4:14-228 14:3-18:5 15:22-236
@ ./node_modules/vuetify/lib/components/VSpeedDial/VSpeedDial.js
@ ./node_modules/vuetify/lib/components/VSpeedDial/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VMessages/VMessages.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VMessages/VMessages.sass 4:14-227 14:3-18:5 15:22-235
@ ./node_modules/vuetify/lib/components/VMessages/VMessages.js
@ ./node_modules/vuetify/lib/components/VMessages/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VSystemBar/VSystemBar.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VSystemBar/VSystemBar.sass 4:14-228 14:3-18:5 15:22-236
@ ./node_modules/vuetify/lib/components/VSystemBar/VSystemBar.js
@ ./node_modules/vuetify/lib/components/VSystemBar/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VSubheader/VSubheader.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VSubheader/VSubheader.sass 4:14-228 14:3-18:5 15:22-236
@ ./node_modules/vuetify/lib/components/VSubheader/VSubheader.js
@ ./node_modules/vuetify/lib/components/VSubheader/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass 4:14-235 14:3-18:5 15:22-243
@ ./node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.js
@ ./node_modules/vuetify/lib/components/VNavigationDrawer/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VSlideGroup/VSlideGroup.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VSlideGroup/VSlideGroup.sass 4:14-229 14:3-18:5 15:22-237
@ ./node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.js
@ ./node_modules/vuetify/lib/components/VSlideGroup/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VMenu/VMenu.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VMenu/VMenu.sass 4:14-223 14:3-18:5 15:22-231
@ ./node_modules/vuetify/lib/components/VMenu/VMenu.js
@ ./node_modules/vuetify/lib/components/VMenu/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VSlider/VSlider.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VSlider/VSlider.sass 4:14-225 14:3-18:5 15:22-233
@ ./node_modules/vuetify/lib/components/VSlider/VSlider.js
@ ./node_modules/vuetify/lib/components/VSlider/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VWindow/VWindow.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VWindow/VWindow.sass 4:14-225 14:3-18:5 15:22-233
@ ./node_modules/vuetify/lib/components/VWindow/VWindow.js
@ ./node_modules/vuetify/lib/components/VWindow/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VTextField/VTextField.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VTextField/VTextField.sass 4:14-228 14:3-18:5 15:22-236
@ ./node_modules/vuetify/lib/components/VSelect/VSelect.js
@ ./node_modules/vuetify/lib/components/VSelect/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VTreeview/VTreeview.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VTreeview/VTreeview.sass 4:14-227 14:3-18:5 15:22-235
@ ./node_modules/vuetify/lib/components/VTreeview/VTreeview.js
@ ./node_modules/vuetify/lib/components/VTreeview/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VStepper/VStepper.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VStepper/VStepper.sass 4:14-226 14:3-18:5 15:22-234
@ ./node_modules/vuetify/lib/components/VStepper/VStepper.js
@ ./node_modules/vuetify/lib/components/VStepper/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VRadioGroup/VRadio.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VRadioGroup/VRadio.sass 4:14-224 14:3-18:5 15:22-232
@ ./node_modules/vuetify/lib/components/VRadioGroup/VRadio.js
@ ./node_modules/vuetify/lib/components/VRadioGroup/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VTooltip/VTooltip.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VTooltip/VTooltip.sass 4:14-226 14:3-18:5 15:22-234
@ ./node_modules/vuetify/lib/components/VTooltip/VTooltip.js
@ ./node_modules/vuetify/lib/components/VTooltip/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VToolbar/VToolbar.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VToolbar/VToolbar.sass 4:14-226 14:3-18:5 15:22-234
@ ./node_modules/vuetify/lib/components/VToolbar/VToolbar.js
@ ./node_modules/vuetify/lib/components/VToolbar/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VSelect/VSelect.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VSelect/VSelect.sass 4:14-225 14:3-18:5 15:22-233
@ ./node_modules/vuetify/lib/components/VSelect/VSelect.js
@ ./node_modules/vuetify/lib/components/VSelect/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VSwitch/VSwitch.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VSwitch/VSwitch.sass 4:14-225 14:3-18:5 15:22-233
@ ./node_modules/vuetify/lib/components/VSwitch/VSwitch.js
@ ./node_modules/vuetify/lib/components/VSwitch/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VDatePicker/VDatePickerTitle.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VDatePicker/VDatePickerTitle.sass 4:14-234 14:3-18:5 15:22-242
@ ./node_modules/vuetify/lib/components/VDatePicker/VDatePickerTitle.js
@ ./node_modules/vuetify/lib/components/VDatePicker/VDatePicker.js
@ ./node_modules/vuetify/lib/components/VDatePicker/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VItemGroup/VItemGroup.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VItemGroup/VItemGroup.sass 4:14-228 14:3-18:5 15:22-236
@ ./node_modules/vuetify/lib/components/VItemGroup/VItemGroup.js
@ ./node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.js
@ ./node_modules/vuetify/lib/components/VSlideGroup/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VCalendar/mixins/calendar-with-events.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VCalendar/mixins/calendar-with-events.sass 4:14-247 14:3-18:5 15:22-255
@ ./node_modules/vuetify/lib/components/VCalendar/mixins/calendar-with-events.js
@ ./node_modules/vuetify/lib/components/VCalendar/VCalendar.js
@ ./node_modules/vuetify/lib/components/VCalendar/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VDatePicker/VDatePickerHeader.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VDatePicker/VDatePickerHeader.sass 4:14-235 14:3-18:5 15:22-243
@ ./node_modules/vuetify/lib/components/VDatePicker/VDatePickerHeader.js
@ ./node_modules/vuetify/lib/components/VDatePicker/VDatePicker.js
@ ./node_modules/vuetify/lib/components/VDatePicker/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VDatePicker/VDatePickerYears.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VDatePicker/VDatePickerYears.sass 4:14-234 14:3-18:5 15:22-242
@ ./node_modules/vuetify/lib/components/VDatePicker/VDatePickerYears.js
@ ./node_modules/vuetify/lib/components/VDatePicker/VDatePicker.js
@ ./node_modules/vuetify/lib/components/VDatePicker/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VCard/VCard.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VCard/VCard.sass 4:14-223 14:3-18:5 15:22-231
@ ./node_modules/vuetify/lib/components/VSelect/VSelectList.js
@ ./node_modules/vuetify/lib/components/VSelect/VSelect.js
@ ./node_modules/vuetify/lib/components/VSelect/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VRadioGroup/VRadioGroup.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VRadioGroup/VRadioGroup.sass 4:14-229 14:3-18:5 15:22-237
@ ./node_modules/vuetify/lib/components/VRadioGroup/VRadioGroup.js
@ ./node_modules/vuetify/lib/components/VRadioGroup/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VGrid/VGrid.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VGrid/VGrid.sass 4:14-223 14:3-18:5 15:22-231
@ ./node_modules/vuetify/lib/components/VGrid/VContainer.js
@ ./node_modules/vuetify/lib/components/VGrid/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VDatePicker/VDatePickerTable.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VDatePicker/VDatePickerTable.sass 4:14-234 14:3-18:5 15:22-242
@ ./node_modules/vuetify/lib/components/VDatePicker/mixins/date-picker-table.js
@ ./node_modules/vuetify/lib/components/VDatePicker/VDatePickerDateTable.js
@ ./node_modules/vuetify/lib/components/VDatePicker/VDatePicker.js
@ ./node_modules/vuetify/lib/components/VDatePicker/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VCheckbox/VSimpleCheckbox.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VCheckbox/VSimpleCheckbox.sass 4:14-233 14:3-18:5 15:22-241
@ ./node_modules/vuetify/lib/components/VCheckbox/VSimpleCheckbox.js
@ ./node_modules/vuetify/lib/components/VSelect/VSelectList.js
@ ./node_modules/vuetify/lib/components/VSelect/VSelect.js
@ ./node_modules/vuetify/lib/components/VSelect/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VColorPicker/VColorPickerEdit.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VColorPicker/VColorPickerEdit.sass 4:14-234 14:3-18:5 15:22-242
@ ./node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.js
@ ./node_modules/vuetify/lib/components/VColorPicker/VColorPicker.js
@ ./node_modules/vuetify/lib/components/VColorPicker/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VColorPicker/VColorPickerCanvas.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VColorPicker/VColorPickerCanvas.sass 4:14-236 14:3-18:5 15:22-244
@ ./node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.js
@ ./node_modules/vuetify/lib/components/VColorPicker/VColorPicker.js
@ ./node_modules/vuetify/lib/components/VColorPicker/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VColorPicker/VColorPickerSwatches.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VColorPicker/VColorPickerSwatches.sass 4:14-238 14:3-18:5 15:22-246
@ ./node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.js
@ ./node_modules/vuetify/lib/components/VColorPicker/VColorPicker.js
@ ./node_modules/vuetify/lib/components/VColorPicker/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VColorPicker/VColorPickerPreview.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VColorPicker/VColorPickerPreview.sass 4:14-237 14:3-18:5 15:22-245
@ ./node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.js
@ ./node_modules/vuetify/lib/components/VColorPicker/VColorPicker.js
@ ./node_modules/vuetify/lib/components/VColorPicker/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VDataIterator/VDataFooter.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VDataIterator/VDataFooter.sass 4:14-229 14:3-18:5 15:22-237
@ ./node_modules/vuetify/lib/components/VDataIterator/VDataFooter.js
@ ./node_modules/vuetify/lib/components/VDataIterator/VDataIterator.js
@ ./node_modules/vuetify/lib/components/VDataIterator/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VCalendar/VCalendarWeekly.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VCalendar/VCalendarWeekly.sass 4:14-233 14:3-18:5 15:22-241
@ ./node_modules/vuetify/lib/components/VCalendar/VCalendarWeekly.js
@ ./node_modules/vuetify/lib/components/VCalendar/VCalendar.js
@ ./node_modules/vuetify/lib/components/VCalendar/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VCalendar/VCalendarDaily.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VCalendar/VCalendarDaily.sass 4:14-232 14:3-18:5 15:22-240
@ ./node_modules/vuetify/lib/components/VCalendar/VCalendarDaily.js
@ ./node_modules/vuetify/lib/components/VCalendar/VCalendar.js
@ ./node_modules/vuetify/lib/components/VCalendar/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VList/VListItemGroup.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VList/VListItemGroup.sass 4:14-232 14:3-18:5 15:22-240
@ ./node_modules/vuetify/lib/components/VList/VListItemGroup.js
@ ./node_modules/vuetify/lib/components/VList/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VList/VListGroup.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VList/VListGroup.sass 4:14-228 14:3-18:5 15:22-236
@ ./node_modules/vuetify/lib/components/VList/VListGroup.js
@ ./node_modules/vuetify/lib/components/VList/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VList/VList.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VList/VList.sass 4:14-223 14:3-18:5 15:22-231
@ ./node_modules/vuetify/lib/components/VList/VList.js
@ ./node_modules/vuetify/lib/components/VList/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VList/VListItem.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VList/VListItem.sass 4:14-227 14:3-18:5 15:22-235
@ ./node_modules/vuetify/lib/components/VList/VListItem.js
@ ./node_modules/vuetify/lib/components/VList/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VDataTable/VSimpleTable.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VDataTable/VSimpleTable.sass 4:14-230 14:3-18:5 15:22-238
@ ./node_modules/vuetify/lib/components/VDataTable/VSimpleTable.js
@ ./node_modules/vuetify/lib/components/VDataTable/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VDataTable/VDataTableHeader.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VDataTable/VDataTableHeader.sass 4:14-234 14:3-18:5 15:22-242
@ ./node_modules/vuetify/lib/components/VDataTable/VDataTableHeader.js
@ ./node_modules/vuetify/lib/components/VDataTable/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VDataTable/VEditDialog.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VDataTable/VEditDialog.sass 4:14-229 14:3-18:5 15:22-237
@ ./node_modules/vuetify/lib/components/VDataTable/VEditDialog.js
@ ./node_modules/vuetify/lib/components/VDataTable/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VDataTable/VVirtualTable.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VDataTable/VVirtualTable.sass 4:14-231 14:3-18:5 15:22-239
@ ./node_modules/vuetify/lib/components/VDataTable/VVirtualTable.js
@ ./node_modules/vuetify/lib/components/VDataTable/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VDataTable/VDataTable.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VDataTable/VDataTable.sass 4:14-228 14:3-18:5 15:22-236
@ ./node_modules/vuetify/lib/components/VDataTable/VDataTable.js
@ ./node_modules/vuetify/lib/components/VDataTable/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VTimePicker/VTimePickerClock.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VTimePicker/VTimePickerClock.sass 4:14-234 14:3-18:5 15:22-242
@ ./node_modules/vuetify/lib/components/VTimePicker/VTimePickerClock.js
@ ./node_modules/vuetify/lib/components/VTimePicker/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VTextarea/VTextarea.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VTextarea/VTextarea.sass 4:14-227 14:3-18:5 15:22-235
@ ./node_modules/vuetify/lib/components/VTextarea/VTextarea.js
@ ./node_modules/vuetify/lib/components/VTextarea/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VTimePicker/VTimePickerTitle.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VTimePicker/VTimePickerTitle.sass 4:14-234 14:3-18:5 15:22-242
@ ./node_modules/vuetify/lib/components/VTimePicker/VTimePickerTitle.js
@ ./node_modules/vuetify/lib/components/VTimePicker/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VTabs/VTabs.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VTabs/VTabs.sass 4:14-223 14:3-18:5 15:22-231
@ ./node_modules/vuetify/lib/components/VTabs/VTabs.js
@ ./node_modules/vuetify/lib/components/VTabs/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

error in ./node_modules/vuetify/src/components/VRangeSlider/VRangeSlider.sass

Module build failed (from /Users/aortner/git/vueSocial/node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.

  • options has an unknown property 'indentedSyntax'. These properties are valid:
    object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }
    at validate (/Users/aortner/git/vueSocial/node_modules/schema-utils/dist/validate.js:85:11)
    at Object.loader (/Users/aortner/git/vueSocial/node_modules/sass-loader/dist/index.js:36:28)

@ ./node_modules/vuetify/src/components/VRangeSlider/VRangeSlider.sass 4:14-230 14:3-18:5 15:22-238
@ ./node_modules/vuetify/lib/components/VRangeSlider/VRangeSlider.js
@ ./node_modules/vuetify/lib/components/VRangeSlider/index.js
@ ./node_modules/vuetify/lib/components/index.js
@ ./node_modules/vuetify/lib/index.js
@ ./node_modules/tiptap-vuetify/dist/bundle-esm.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.114.15:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

KeyPress Event

I was wondering how I can attach a custom key press event? I've tried looking over the docs and wasn't able to find anything. I tried looking at the issues and nothing similar was asked.

Add Link not working with Vuetify v.1?

Greetings. I'm experiencing the same behavior described here, except for version 1 instead of 2. I highlight text, and the Add Link button appears, but disappears when I click it. In Vue DevTools, I can see a 'hide' event emitted from after clicking 'Add Link', but nothing else happens.

I thought about trying to upgrade to Vuetify 2, but that's a lot of potential headaches I'd really like to avoid if possible. Any help/guidance much appreciated!

Here are my dependencies:

"dependencies": { "axios": "^0.18.1", "js-yaml": "^3.13.1", "lg-thumbnail.js": "^1.1.0", "lightgallery.js": "git+https://github.com/sachinchoolur/lightgallery.js.git", "tiptap-vuetify": "^1.7.0", "vee-validate": "^2.2.7", "vue": "^2.6.11", "vue-lazyload": "^1.3.3", "vue-router": "^3.0.1", "vuelidate": "^0.7.4", "vuetify": "^1.5.22" },

Here's main.js (sorry, new to this interface, code not formatting properly):

`
import Vue from 'vue';
import Vuetify from 'vuetify';
import VeeValidate from "vee-validate";
import App from './App';
import router from './router';
import VueLazyload from 'vue-lazyload';
import { TiptapVuetifyPlugin } from 'tiptap-vuetify';
import 'tiptap-vuetify/dist/main.css';

Vue.use(VeeValidate,{
events : 'input',
});

Vue.use(Vuetify, {
theme: {
primary: '#00274c',
secondary: '#b0bec5',
accent: '#8c9eff',
error: '#b71c1c',
},
});

Vue.use(TiptapVuetifyPlugin, {
// optional, default to 'md' (default vuetify icons before v2.0.0)
iconsGroup: 'md',
});
`

Image support?

Are you considering supporting the image/embeds extension? When can you think about it?

Vue.prototype.$vuetify is undefined in src/i18n/index.ts

Hey @iliyaZelenko, after trying your fix for #1. I've encountered the next error:

For me Vue.prototype.$vuetify is undefined although I am using vuetify in my project.
It's being used in the getCurrentLang method in src/i18n/index.ts.

Maybe I'm doing something wrong?

I've attempted a fix (see my pull request #6). However, afterwards there are even more problems:

[Vue warn]: $attrs is readonly.
found in
---> <Main> (This is tiptap-vuetify - I would also suggest to rename main to something more meainingful)
       <RichTextField> (This is my component)

and

[Vue warn]: $listeners is readonly.
found in
---> <Main>
       <RichTextField>

and

[Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "value"

found in

---> <Main>
       <RichTextField>

and

[Vue warn]: Unknown custom element: <v-tooltip> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> <Menu>
       <Main>
         <RichTextField>

and

[Vue warn]: Unknown custom element: <v-btn> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> <Menu>
       <Main>
         <RichTextField>

and so on for all used vuetify elements (v-icon, v-card, v-toolbar).

It's all warnings, but actually the editor does not work for me and the vuetify elements are not shown.
It looks like the following:
Broken-Component

Thanks for your help :)

unknow custom elements: v-toolbar, v-tooltip, v-card, v-icon, v-btn

Hei man, can U help me please?
I not using the A La cart option in my app,

but when I try to show the tiptap I got the error:

unknow custom elements: v-toolbar, v-tooltip, v-card, v-icon, v-btn

this is my vuetify.js file:

import Vue from "vue";
import Vuetify from "vuetify/lib";
import "vuetify/src/stylus/app.styl";
// tiptop
import { TiptapVuetifyPlugin } from "tiptap-vuetify";
import "tiptap-vuetify/dist/main.css";

Vue.use(Vuetify, {
  iconfont: "md"
});
Vue.use(TiptapVuetifyPlugin, {
  // optional, default to 'md' (default vuetify icons before v2.0.0)
  iconsGroup: "md"
});

And I use your sample in my component

[Feature Request] Dropdown options in toolbar

I would like to add a few options using a dropdown. For example that way you can change the font-size or change the headings instead of having h1 to h6 buttons dedicated to it. This would also allow for custom predefined html solutions (something we professionally are looking for) without sacrificing toolbar space. If you can make a setup for this how you want it, i can then extend on it .

I think there should be two types.. A text dropdown:

image

And an icon dropdown:

image

[Feature Request] One component, extensions specified via props

Hi there,

I really like this package and would like request for a feature (or some guidance on how to implement it) about how to go about registering one global component and specifying extensions via passing them as props. This would aleviate the headache in having to import all extensions in many components requiring tiptap.

Problems registering Vuetify components in Nuxt (VuetifyLoaderPlugin)

Hi, I had problems registering Vuetify components in a bunch of Nuxt ( TypeScript ) + Vuetify ( VuetifyLoaderPlugin ). I was able to solve this, but I'm not sure that this is the easy way. For the most part, this post may be a hint, not a problem, please add this or your method to the documentation. My solution is to re-enforce the registration of some Vuetify components.

Although they are automatically registered, I'm confused :)

Error Example:

[Vue warn]:  Unknown custom element: <v-card> - did you register 
the component correctly? For recursive components, 
make sure to provide the "name" option.

Solution:

//~/plugins/vuetify*

import Vue from 'vue';
import Vuetify, { VTooltip, VToolbar, VCard, VIcon, VBtn } from 'vuetify/lib';
import { TiptapVuetifyPlugin } from 'tiptap-vuetify';

import colors from 'vuetify/es5/util/colors';
import '@mdi/font/css/materialdesignicons.css';
import 'tiptap-vuetify/dist/main.css';

const iconfont = 'mdi';

Vue.use(Vuetify, {
  iconfont: iconfont,
  options: {
    customProperties: true,
  },
  theme: {
    primary: colors.deepPurple.base,
    secondary: colors.purple.darken3,
    accent: colors.pink.darken2,
    error: colors.red.darken4,
    warning: colors.orange.darken4,
    info: colors.blue.base,
    success: colors.green.base,
  },
  components: {
    VTooltip,
    VToolbar,
    VCard,
    VIcon,
    VBtn,
  },
});

Vue.use(TiptapVuetifyPlugin, {
  iconsGroup: iconfont,
});

Toolbar not toggling with Dark Theme

Very nice package, however, I have an issue.

When switching to dark theme, the toolbar remains the light version (while the icons shift to the dark theme style), making it hard to view the icons. Any workaround for this? It would be nice if the package would internally check if vuetify dark theme is enabled.

Placeholders

Is there a way to add placeholders?
TipTap has this possibility via the Placeholder object that seems to be missing in tiptap-vuetify... btw I personally think that it would be nicer to have a more reusable syntax than what offered by tiptap. In a typical case when you have the same toolbar you have to re-declare all extension just to add a Placeholder that is typically different in each editor.

List items are created with paragraphs

Not sure if this is a bug, but maybe list items shouldn't be created with paragraphs as the inner HTML? It creates a very large spacing between the list items.

Look at the image comparing quotes(blue) vs. lists(red)
List item spacing

mdiSvg icon support needed

I am working on project which uses mdiSvg icons. So this editor will not work with the existing project of vuetify which uses mdiSvg.
I tried below code for configuration:

import Vue from 'vue'
import { TiptapVuetifyPlugin } from 'tiptap-vuetify'
import 'tiptap-vuetify/dist/main.css'

export default ({ app }) => {
    Vue.use(TiptapVuetifyPlugin, {
        vuetify: app.vuetify,
        iconsGroup: 'mdiSvg'
    })
}

Output:

image

Vuetify components support mdiSvg icons and so this editor should also support it
I am using Nuxt 2.10.0 and @nuxt/vuetify 1.9.0 package for my project.

tiptapVuetifyPlugin is undefined

Hi!

When I installed tiptap-vuetify and tried to use it, I got this error in console:

Error in mounted hook: "TypeError: vue__WEBPACK_IMPORTED_MODULE_0___default.a.prototype.tiptapVuetifyPlugin is undefined"

I've checked the code thousands of times and it seems exactly like in docs. I have no idea what to do with that. Could anyone help?

How to load tiptap only when necessary, not in application entry point (main.js)

Tiptap is a great plugin for editing html text field.
However the installation, which is very straight forward, loads this plugin in the main.js file, that means it is loaded even if you don't need tiptap right-away.

Is there a way to load tiptap only on certain pages, like a regular component ?

Installation


import Vue from 'vue'
import Vuetify from 'vuetify'
// import plugin
import { TiptapVuetifyPlugin } from 'tiptap-vuetify'
// don't forget to import CSS styles
import 'tiptap-vuetify/dist/main.css'
// Vuetify's CSS styles 
import 'vuetify/dist/vuetify.min.css'


// Vuetify Object (as described in the Vuetify 2 documentation)
const vuetify = new Vuetify()

// use Vuetify's plugin
Vue.use(Vuetify)
// use this package's plugin
Vue.use(TiptapVuetifyPlugin, {
  // the next line is important! You need to provide the Vuetify Object to this place.
  vuetify, // same as "vuetify: vuetify"
  // optional, default to 'md' (default vuetify icons before v2.0.0)
  iconsGroup: 'md'
})

I wish there were no tiptap import in main.js but only on specific pages.
So basically how to convert tiptap plugin to a tiptap component

Vuetify 2.X Support

Tried to get the package working for Vuetify 2.0 but with no luck.
Are there currently any workarounds or ETA on official 2.0 support?

Markdown editor example

Hey there

Could you create an example for a markdown editor?

I only see html and json as output-format options. Would you use json? If so how would you display it to the user

Toolbar not rendering

Hi,

I tried to integrate tiptap-vuetify in my vuetify project but the toolbar doesn't render... so I tried to study you example on codesandbox.io and I can't see where the difference is. So I tried to recreate your example again in codesandbox.it and... the toolbr doesn't render. Do you have any idea on what's happening?

Thanks in advance

[Feature Request] : prop disabled

Hi,
I need to enable and disable editing dynamically.
I try :editor-properties="{ editable: false}" but it's not pleasing.
If i understand, editor properties are added to constructor, and not dynamically, and toolbar is not disabled.

I think something like : :disabled="disabled"

Button Icons not Rendering

Hello,

Thank you for managing this component, it is excellent!

I am having issues integrating into my project. The Icons for buttons are not rendering, for example I attempted to use only the Bold extension and instead of a B being rendered as per the demo I have the string FORMAT_BOLD rendered.

I attempted to look under the hood myself but it is above my current Vue/Javscript skill level.

Are there any suggestions I saw another ticket with a similar issue though it was closed without explanation.

Edit: No errors in my console.

"Cannot read property 'lang' of undefined" when language is not English

In the latest vuetify release the way you access the current language is with:

get vuetifyLang () {
    return this.vuetify.lang.current;
}

The way you do it in the main.ts file is:

get vuetifyLang () {
    return this.vuetify.framework.lang.current
}

Which produces the following error:
image

I'm not using english, the main language for my app is Hebrew (he).

Any idea on how to fix this?

Thanks.

Wrong position of link tooltip in v-data-table

Добрый день.

Использую в своем проекте ваш редактор текста.
Заметил проблему, расширение Link создает v-tooltip с некорректными координатами (появляется в нижнем левом углу), если tip-tap поместить внутри компонента vuetify v-data-table

Вот ссылка на пример https://github.com/koekaverna/tiptap-vuetify/commit/94261dc53dc45c1199239843f56ca8e19c462f02

Снимок

Может быть у вас есть идеи как это исправить?

[feature request] Slide in the toolbar on text area enter event

Hello,

First, good job for this nice plugin. I tried to use it with the Meteor/Vue stack but couldn't bundle it (they have their own system), but that's another issue.

I now use your package from nuxt, and it works like a charm.

My feature request is quite self explanatory: add an option to hide the editor toolbar and make it slide in with a Vuetify transition when the user triggers the enter event on the text area, or alternatively on hover.

TypeError: Cannot read property 'key' of null

Hello,

Thank you for this beautiful component.

I want to add tiptap-vuetify to my project but when I added the component to my page but when I go to the page I get "TypeError: Cannot read property 'key' of null" error. Do you have any idea why that can happen ?

Many Thanks

Add link doesn't work for vuetify 2

Thanks for your work man.

I am not sure if this is a vuetify 2 specific issue but I can't add a link when I click the button it just closes.

Hopefully, this helps.

image

And my package.json

  "dependencies": {
    "@nuxtjs/axios": "^5.5.4",
    "@nuxtjs/pwa": "^2.6.0",
    "@nuxtjs/vuetify": "^1.0.0",
    "filestack-js": "^3.3.5",
    "filestack-vue": "^2.0.0",
    "lodash.get": "^4.4.2",
    "nuxt": "^2.0.0",
    "tiptap-vuetify": "^1.5.0"
  },

Edit HTML output by an Extensions

Hello,

Are we in anyway able to edit the HTML output by an extension e.g. Paragraph

Instead of:

<p>Hello, World!</p>

We could output

<p class="white--text">Hello, World!</p>

I believe this feature would greatly increase flexibility of this package, allowing The use of Vuetify helper classes for styling. Currently we have to reimplement the styling in custom CSS selectors wrapping the output of the WYSIWYG.

Show img base64 and tables

I man, I know that are not possible to add table and images yet, but if my table and image come from a html (template), there is not possible to show, but not modify?

tks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.