You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the demo today, I got the following error:
ERROR Failed to compile with 3 errors 4:33:59 PM
Module build failed: Module not found:
"./node_modules/@k3ssen/symfony-vuetified/components/Form/FormWidgetMixin.ts" contains a reference to the file "tslib".
This file can not be found, please check it for typos or update it if the file got moved.
"./node_modules/babel-loader/lib/index.js??clonedRuleSet-14[0].rules[0].use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-14[0].rules[0].use[1]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./assets/components/SvTextEditor.vue?vue&type=script&lang=ts&" contains a reference to the file "tslib".
This file can not be found, please check it for typos or update it if the file got moved.
"./node_modules/babel-loader/lib/index.js??clonedRuleSet-14[0].rules[0].use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-14[0].rules[0].use[1]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./node_modules/@k3ssen/symfony-vuetified/components/SvApp.vue?vue&type=script&lang=ts&" contains a reference to the file "tslib".
This file can not be found, please check it for typos or update it if the file got moved.
it is resolved by yarn add tslib, but this wasn't nessessary before. TODO: find out why (perhaps a dependency version that has changed) and add it to package and/or instruction if needed.
The text was updated successfully, but these errors were encountered:
After installing the demo today, I got the following error:
it is resolved by
yarn add tslib
, but this wasn't nessessary before. TODO: find out why (perhaps a dependency version that has changed) and add it to package and/or instruction if needed.The text was updated successfully, but these errors were encountered: