Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Vue + Laravel integration Error



> @ dev /www/wwwroot/demo1/vue_laravel
> npm run development


> @ development /www/wwwroot/demo1/vue_laravel
> mix

sh: mix: command not found
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! @ development: `mix`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the @ development script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /www/server/nodejs/v14.17.6/cache/_logs/2022-06-01T10_00_02_229Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ dev: `npm run development`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /www/server/nodejs/v14.17.6/cache/_logs/2022-06-01T10_00_02_250Z-debug.log

Server location: Mumbai


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (9)


Hi,

Unfortunately, we were not able to reproduce this error in the latest Metronic version.

Could you please specify which Metronic version are you using?

If there are any steps to reproduce this error please describe them.



This is the case in both 8.0.38 and 8.1.0



Hi,

From your error message, it looks like you do not have laravel-mix installed.

Please make sure that in your package.json you have a laravel-mix devDependency.



I made sure that there was laravel-mix in package.json, and to ensure that I had laravel-mix installed globally, which is the contents of package.json.

{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@types/array-sort": "^1.0.0",
"@types/prismjs": "^1.16.2",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/compiler-sfc": "^3.2.37",
"@vue/eslint-config-typescript": "^9.1.0",
"array-sort": "^1.0.0",
"axios": "^0.21",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"prettier": "^2.4.1",
"rtlcss-webpack-plugin": "^4.0.6",
"sass": "^1.44.0",
"sass-loader": "^12.4.0",
"ts-loader": "^9.3.1",
"typescript": "~4.5.5",
"vue-loader": "^17.0.0",
"vuex-module-decorators": "^1.2.0",
"webpack-cli": "^4.9.2",
"webpack-rtl-plugin": "^2.0.0"
}
}

But the results are not optimistic.
For this reason I switched to metanic version 8.1.1 ,and the following error occurred while running npm run dev .

/src/views/crafted/authentication/basic-flow"

ERROR in ./resources/ts/src/views/crafted/authentication/basic-flow/SignIn.vue?vue&type=script&lang=ts (./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-6!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./resources/ts/src/views/crafted/authentication/basic-flow/SignIn.vue?vue&type=script&lang=ts) 6:0-39
Module not found: Error: Can"t resolve "vue-router" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow"

ERROR in ./resources/ts/src/views/crafted/authentication/basic-flow/SignIn.vue?vue&type=script&lang=ts (./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-6!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./resources/ts/src/views/crafted/authentication/basic-flow/SignIn.vue?vue&type=script&lang=ts) 7:0-55
Module not found: Error: Can"t resolve "sweetalert2/dist/sweetalert2.min.js" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow"

ERROR in ./resources/ts/src/views/crafted/authentication/basic-flow/SignIn.vue?vue&type=script&lang=ts (./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-6!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./resources/ts/src/views/crafted/authentication/basic-flow/SignIn.vue?vue&type=script&lang=ts) 8:0-27
Module not found: Error: Can"t resolve "yup" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow"

ERROR in ./resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue?vue&type=script&lang=ts (./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-6!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue?vue&type=script&lang=ts) 3:0-57
Module not found: Error: Can"t resolve "vee-validate" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow"

ERROR in ./resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue?vue&type=script&lang=ts (./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-6!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue?vue&type=script&lang=ts) 4:0-27
Module not found: Error: Can"t resolve "yup" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow"

ERROR in ./resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue?vue&type=script&lang=ts (./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-6!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue?vue&type=script&lang=ts) 6:0-39
Module not found: Error: Can"t resolve "vue-router" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow"

ERROR in ./resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue?vue&type=script&lang=ts (./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-6!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue?vue&type=script&lang=ts) 9:0-55
Module not found: Error: Can"t resolve "sweetalert2/dist/sweetalert2.min.js" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow"

ERROR in ./resources/ts/src/views/crafted/pages/wizards/Horizontal.vue?vue&type=script&lang=ts (./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-6!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./resources/ts/src/views/crafted/pages/wizards/Horizontal.vue?vue&type=script&lang=ts) 4:0-39
Module not found: Error: Can"t resolve "vee-validate" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards"

ERROR in ./resources/ts/src/views/crafted/pages/wizards/Horizontal.vue?vue&type=script&lang=ts (./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-6!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./resources/ts/src/views/crafted/pages/wizards/Horizontal.vue?vue&type=script&lang=ts) 5:0-55
Module not found: Error: Can"t resolve "sweetalert2/dist/sweetalert2.min.js" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards"

ERROR in ./resources/ts/src/views/crafted/pages/wizards/Horizontal.vue?vue&type=script&lang=ts (./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-6!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./resources/ts/src/views/crafted/pages/wizards/Horizontal.vue?vue&type=script&lang=ts) 6:0-27
Module not found: Error: Can"t resolve "yup" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards"

ERROR in ./resources/ts/src/views/crafted/pages/wizards/Vertical.vue?vue&type=script&lang=ts (./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-6!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./resources/ts/src/views/crafted/pages/wizards/Vertical.vue?vue&type=script&lang=ts) 9:0-55
Module not found: Error: Can"t resolve "sweetalert2/dist/sweetalert2.min.js" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards"

ERROR in ./resources/ts/src/views/crafted/pages/wizards/Vertical.vue?vue&type=script&lang=ts (./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-6!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./resources/ts/src/views/crafted/pages/wizards/Vertical.vue?vue&type=script&lang=ts) 10:0-27
Module not found: Error: Can"t resolve "yup" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards"

ERROR in ./resources/ts/src/views/crafted/pages/wizards/Vertical.vue?vue&type=script&lang=ts (./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-6!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./resources/ts/src/views/crafted/pages/wizards/Vertical.vue?vue&type=script&lang=ts) 11:0-39
Module not found: Error: Can"t resolve "vee-validate" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards"

ERROR in ./resources/ts/src/assets/ts/components/MenuComponent.ts 1:0-46
Module not found: Error: Can"t resolve "@popperjs/core" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/assets/ts/components"

ERROR in ./resources/ts/src/core/data/events.ts 1:0-28
Module not found: Error: Can"t resolve "moment" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/data"

ERROR in ./resources/ts/src/core/helpers/documentation.ts 3:0-36
Module not found: Error: Can"t resolve "clipboard" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/helpers"

ERROR in ./resources/ts/src/core/helpers/dom.ts 1:0-34
Module not found: Error: Can"t resolve "bootstrap" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/helpers"

ERROR in ./resources/ts/src/core/plugins/apexcharts.ts 1:0-44
Module not found: Error: Can"t resolve "vue3-apexcharts" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins"

ERROR in ./resources/ts/src/core/plugins/inline-svg.ts 1:0-39
Module not found: Error: Can"t resolve "vue-inline-svg" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins"

ERROR in ./resources/ts/src/core/plugins/i18n.ts 1:0-44
Module not found: Error: Can"t resolve "vue-i18n/index" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins"

ERROR in ./resources/ts/src/core/plugins/prismjs.ts 2:0-26
Module not found: Error: Can"t resolve "prismjs/prism.js" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins"

ERROR in ./resources/ts/src/core/plugins/prismjs.ts 3:0-42
Module not found: Error: Can"t resolve "prismjs/components/prism-bash.js" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins"

ERROR in ./resources/ts/src/core/plugins/prismjs.ts 4:0-48
Module not found: Error: Can"t resolve "prismjs/components/prism-javascript.js" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins"

ERROR in ./resources/ts/src/core/plugins/prismjs.ts 5:0-42
Module not found: Error: Can"t resolve "prismjs/components/prism-scss.js" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins"

ERROR in ./resources/ts/src/core/plugins/prismjs.ts 6:0-41
Module not found: Error: Can"t resolve "prismjs/components/prism-css.js" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins"

ERROR in ./resources/ts/src/core/plugins/prismjs.ts 7:0-42
Module not found: Error: Can"t resolve "prismjs/components/prism-json.js" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins"

ERROR in ./resources/ts/src/core/plugins/prismjs.ts 8:0-76
Module not found: Error: Can"t resolve "prismjs/plugins/normalize-whitespace/prism-normalize-whitespace.js" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins"

ERROR in ./resources/ts/src/core/plugins/vee-validate.ts 1:0-41
Module not found: Error: Can"t resolve "vee-validate" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins"
Did you mean "./vee-validate"?
Requests that should resolve in the current directory need to start with "./".
Requests that start with a name are treated as module requests and resolve within module directories (node_modules).
If changing the source code is not an option there is also a resolve options called "preferRelative" which tries to resolve these kind of requests in the current directory too.

ERROR in ./resources/ts/src/core/services/ApiService.ts 2:0-33
Module not found: Error: Can"t resolve "vue-axios" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services"

ERROR in ./resources/ts/src/core/services/LayoutService.ts 1:0-37
Module not found: Error: Can"t resolve "object-path" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services"

ERROR in ./resources/ts/src/main.ts 9:0-39
Module not found: Error: Can"t resolve "element-plus" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src"

ERROR in ./resources/ts/src/router/index.ts 1:0-64
Module not found: Error: Can"t resolve "vue-router" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/router"

ERROR in ./resources/ts/src/store/modules/ConfigModule.ts 2:0-37
Module not found: Error: Can"t resolve "object-path" in "/www/wwwroot/demo1/vue_laravel/resources/ts/src/store/modules"

ERROR in ./resources/ts/src/App.vue?vue&type=style&index=0&id=ccae3304&lang=scss (./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-12.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./resources/ts/src/App.vue?vue&type=style&index=0&id=ccae3304&lang=scss)
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Can"t find stylesheet to import.
&acirc;&#149;&middot;
17 &acirc;&#148;&#130; @import "~bootstrap/scss/functions";
&acirc;&#148;&#130; ^^^^^^^^^^^^^^^^^^^^^^^^^^^
&acirc;&#149;&micro;
resources/ts/src/assets/sass/_init.scss 17:9 @import
resources/ts/src/assets/sass/plugins.scss 10:9 @import
resources/ts/src/App.vue 17:9 root stylesheet

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/main.ts
./resources/ts/src/main.ts 9:24-38
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/main.ts(9,25)
TS2307: Cannot find module "element-plus" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/assets/ts/components/MenuComponent.ts
./resources/ts/src/assets/ts/components/MenuComponent.ts 1:43-59
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/assets/ts/components/MenuComponent.ts(1,44)
TS2307: Cannot find module "@popperjs/core" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/data/events.ts
./resources/ts/src/core/data/events.ts 1:19-27
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/data/events.ts(1,20)
TS2307: Cannot find module "moment" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/helpers/documentation.ts
./resources/ts/src/core/helpers/documentation.ts 3:24-35
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/helpers/documentation.ts(3,25)
TS2307: Cannot find module "clipboard" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/helpers/dom.ts
./resources/ts/src/core/helpers/dom.ts 1:22-33
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/helpers/dom.ts(1,23)
TS2307: Cannot find module "bootstrap" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins/apexcharts.ts
./resources/ts/src/core/plugins/apexcharts.ts 2:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins/apexcharts.ts(2,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins/i18n.ts
./resources/ts/src/core/plugins/i18n.ts 1:27-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins/i18n.ts(1,28)
TS2307: Cannot find module "vue-i18n/index" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins/inline-svg.ts
./resources/ts/src/core/plugins/inline-svg.ts 2:22-38
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins/inline-svg.ts(2,23)
TS2307: Cannot find module "vue-inline-svg" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins/vee-validate.ts
./resources/ts/src/core/plugins/vee-validate.ts 1:26-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/plugins/vee-validate.ts(1,27)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts
./resources/ts/src/core/services/ApiService.ts 3:21-32
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts(3,22)
TS2307: Cannot find module "vue-axios" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts
./resources/ts/src/core/services/ApiService.ts 22:27-32
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts(22,28)
TS2339: Property "axios" does not exist on type "App<any>".

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts
./resources/ts/src/core/services/ApiService.ts 29:27-32
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts(29,28)
TS2339: Property "axios" does not exist on type "App<any>".

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts
./resources/ts/src/core/services/ApiService.ts 32:27-32
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts(32,28)
TS2339: Property "axios" does not exist on type "App<any>".

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts
./resources/ts/src/core/services/ApiService.ts 46:34-39
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts(46,35)
TS2339: Property "axios" does not exist on type "App<any>".

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts
./resources/ts/src/core/services/ApiService.ts 59:34-39
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts(59,35)
TS2339: Property "axios" does not exist on type "App<any>".

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts
./resources/ts/src/core/services/ApiService.ts 72:34-39
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts(72,35)
TS2339: Property "axios" does not exist on type "App<any>".

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts
./resources/ts/src/core/services/ApiService.ts 87:34-39
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts(87,35)
TS2339: Property "axios" does not exist on type "App<any>".

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts
./resources/ts/src/core/services/ApiService.ts 100:34-39
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts(100,35)
TS2339: Property "axios" does not exist on type "App<any>".

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts
./resources/ts/src/core/services/ApiService.ts 109:34-39
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/ApiService.ts(109,35)
TS2339: Property "axios" does not exist on type "App<any>".

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/LayoutService.ts
./resources/ts/src/core/services/LayoutService.ts 1:23-36
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/core/services/LayoutService.ts(1,24)
TS2307: Cannot find module "object-path" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/router/clean.ts
1:67-79
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/router/clean.ts(1,68)
TS2307: Cannot find module "vue-router" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/router/index.ts
./resources/ts/src/router/index.ts 1:67-79
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/router/index.ts(1,68)
TS2307: Cannot find module "vue-router" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/store/modules/ConfigModule.ts
./resources/ts/src/store/modules/ConfigModule.ts 1:23-36
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/store/modules/ConfigModule.ts(1,24)
TS2307: Cannot find module "object-path" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/apps/chat/Chat.vue.ts
3:25-37
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/apps/chat/Chat.vue.ts(3,26)
TS2307: Cannot find module "vue-router" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/Layout.vue.ts
4:36-48
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/Layout.vue.ts(4,37)
TS2307: Cannot find module "vue-router" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/MultiStepSignUp.vue.ts
11:21-26
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/MultiStepSignUp.vue.ts(11,22)
TS2307: Cannot find module "yup" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/MultiStepSignUp.vue.ts
12:24-38
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/MultiStepSignUp.vue.ts(12,25)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/MultiStepSignUp.vue.ts
13:17-54
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/MultiStepSignUp.vue.ts(13,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.min.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignIn.vue.ts
3:42-56
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignIn.vue.ts(3,43)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignIn.vue.ts
6:26-38
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignIn.vue.ts(6,27)
TS2307: Cannot find module "vue-router" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignIn.vue.ts
7:17-54
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignIn.vue.ts(7,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.min.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignIn.vue.ts
8:21-26
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignIn.vue.ts(8,22)
TS2307: Cannot find module "yup" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue.ts
3:42-56
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue.ts(3,43)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue.ts
4:21-26
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue.ts(4,22)
TS2307: Cannot find module "yup" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue.ts
6:26-38
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue.ts(6,27)
TS2307: Cannot find module "vue-router" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue.ts
9:17-54
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/SignUp.vue.ts(9,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.min.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/PasswordReset.vue.ts
3:42-56
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/PasswordReset.vue.ts(3,43)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/PasswordReset.vue.ts
5:21-26
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/PasswordReset.vue.ts(5,22)
TS2307: Cannot find module "yup" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/PasswordReset.vue.ts
7:17-54
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/authentication/basic-flow/PasswordReset.vue.ts(7,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.min.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/account/Settings.vue.ts
3:42-56
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/account/Settings.vue.ts(3,43)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/account/Settings.vue.ts
5:17-50
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/account/Settings.vue.ts(5,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/account/Settings.vue.ts
6:21-26
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/account/Settings.vue.ts(6,22)
TS2307: Cannot find module "yup" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards/Vertical.vue.ts
9:17-54
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards/Vertical.vue.ts(9,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.min.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards/Vertical.vue.ts
10:21-26
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards/Vertical.vue.ts(10,22)
TS2307: Cannot find module "yup" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards/Vertical.vue.ts
11:24-38
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards/Vertical.vue.ts(11,25)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards/Horizontal.vue.ts
4:24-38
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards/Horizontal.vue.ts(4,25)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards/Horizontal.vue.ts
5:17-54
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards/Horizontal.vue.ts(5,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.min.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards/Horizontal.vue.ts
6:21-26
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/views/crafted/pages/wizards/Horizontal.vue.ts(6,22)
TS2307: Cannot find module "yup" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/calendar/CalendarApp1.vue.ts
3:25-45
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/calendar/CalendarApp1.vue.ts(3,26)
TS2307: Cannot find module "@fullcalendar/vue3" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/calendar/CalendarApp1.vue.ts
4:26-49
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/calendar/CalendarApp1.vue.ts(4,27)
TS2307: Cannot find module "@fullcalendar/daygrid" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/calendar/CalendarApp1.vue.ts
5:27-51
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/calendar/CalendarApp1.vue.ts(5,28)
TS2307: Cannot find module "@fullcalendar/timegrid" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/calendar/CalendarApp1.vue.ts
6:23-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/calendar/CalendarApp1.vue.ts(6,24)
TS2307: Cannot find module "@fullcalendar/list" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/calendar/CalendarApp1.vue.ts
7:30-57
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/calendar/CalendarApp1.vue.ts(7,31)
TS2307: Cannot find module "@fullcalendar/interaction" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/calendar/CalendarApp1.vue.ts
11:22-33
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/calendar/CalendarApp1.vue.ts(11,23)
TS2307: Cannot find module "bootstrap" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget2.vue.ts
4:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget2.vue.ts(4,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget2.vue.ts
7:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget2.vue.ts(7,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget5.vue.ts
5:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget5.vue.ts(5,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget5.vue.ts
6:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget5.vue.ts(6,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget7.vue.ts
4:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget7.vue.ts(4,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget7.vue.ts
5:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget7.vue.ts(5,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget10.vue.ts
4:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget10.vue.ts(4,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget10.vue.ts
5:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget10.vue.ts(5,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget3.vue.ts
6:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget3.vue.ts(6,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget3.vue.ts
7:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget3.vue.ts(7,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget4.vue.ts
5:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget4.vue.ts(5,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget4.vue.ts
6:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget4.vue.ts(6,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget6.vue.ts
5:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget6.vue.ts(5,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget6.vue.ts
6:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget6.vue.ts(6,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget11.vue.ts
4:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget11.vue.ts(4,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget11.vue.ts
5:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget11.vue.ts(5,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget12.vue.ts
4:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget12.vue.ts(4,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget12.vue.ts
5:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget12.vue.ts(5,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget13.vue.ts
3:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget13.vue.ts(3,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget13.vue.ts
4:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/mixed/Widget13.vue.ts(4,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget1.vue.ts
4:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget1.vue.ts(4,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget1.vue.ts
7:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget1.vue.ts(7,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget2.vue.ts
4:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget2.vue.ts(4,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget2.vue.ts
6:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget2.vue.ts(6,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget3.vue.ts
4:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget3.vue.ts(4,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget3.vue.ts
6:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget3.vue.ts(6,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget4.vue.ts
4:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget4.vue.ts(4,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget4.vue.ts
6:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget4.vue.ts(6,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget5.vue.ts
4:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget5.vue.ts(4,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget5.vue.ts
6:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget5.vue.ts(6,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget6.vue.ts
4:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget6.vue.ts(4,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget6.vue.ts
6:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget6.vue.ts(6,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget7.vue.ts
4:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget7.vue.ts(4,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget7.vue.ts
6:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget7.vue.ts(6,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget8.vue.ts
4:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget8.vue.ts(4,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget8.vue.ts
6:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/charts/Widget8.vue.ts(6,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/feeds/Widget1.vue.ts
3:18-39
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/feeds/Widget1.vue.ts(3,19)
TS2307: Cannot find module "quill/dist/quill.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/statsistics/Widget3.vue.ts
4:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/statsistics/Widget3.vue.ts(4,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/statsistics/Widget3.vue.ts
6:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/statsistics/Widget3.vue.ts(6,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/statsistics/Widget4.vue.ts
4:28-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/statsistics/Widget4.vue.ts(4,29)
TS2307: Cannot find module "apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/statsistics/Widget4.vue.ts
6:26-43
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/widgets/statsistics/Widget4.vue.ts(6,27)
TS2307: Cannot find module "vue3-apexcharts" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewCardModal.vue.ts
3:42-56
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewCardModal.vue.ts(3,43)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewCardModal.vue.ts
4:17-50
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewCardModal.vue.ts(4,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewCardModal.vue.ts
6:21-26
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewCardModal.vue.ts(6,22)
TS2307: Cannot find module "yup" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/CreateAccountModal.vue.ts
5:17-54
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/CreateAccountModal.vue.ts(5,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.min.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/CreateAccountModal.vue.ts
6:24-38
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/CreateAccountModal.vue.ts(6,25)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/CreateAccountModal.vue.ts
7:36-50
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/CreateAccountModal.vue.ts(7,37)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/CreateAccountModal.vue.ts
8:21-26
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/CreateAccountModal.vue.ts(8,22)
TS2307: Cannot find module "yup" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/AddCustomerModal.vue.ts
4:17-50
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/AddCustomerModal.vue.ts(4,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/ExportCustomerModal.vue.ts
3:17-50
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/ExportCustomerModal.vue.ts(3,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/TwoFactorAuthModal.vue.ts
3:21-26
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/TwoFactorAuthModal.vue.ts(3,22)
TS2307: Cannot find module "yup" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/TwoFactorAuthModal.vue.ts
4:42-56
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/TwoFactorAuthModal.vue.ts(4,43)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/TwoFactorAuthModal.vue.ts
5:17-50
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/TwoFactorAuthModal.vue.ts(5,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/aside/Aside.vue.ts
3:24-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/aside/Aside.vue.ts(3,25)
TS2307: Cannot find module "vue-i18n/index" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/wizard/steps/Step1.vue.ts
3:36-50
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/wizard/steps/Step1.vue.ts(3,37)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/wizard/steps/Step2.vue.ts
3:36-50
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/wizard/steps/Step2.vue.ts(3,37)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/CreateAPIKeyModal.vue.ts
4:42-56
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/CreateAPIKeyModal.vue.ts(4,43)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/CreateAPIKeyModal.vue.ts
5:21-26
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/CreateAPIKeyModal.vue.ts(5,22)
TS2307: Cannot find module "yup" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/CreateAPIKeyModal.vue.ts
6:17-50
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/CreateAPIKeyModal.vue.ts(6,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/wizard/steps/Step4.vue.ts
3:36-50
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/wizard/steps/Step4.vue.ts(3,37)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/wizard/steps/Step3.vue.ts
3:36-50
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/wizard/steps/Step3.vue.ts(3,37)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewAddressModal.vue.ts
3:42-56
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewAddressModal.vue.ts(3,43)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewAddressModal.vue.ts
5:17-50
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewAddressModal.vue.ts(5,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewAddressModal.vue.ts
6:21-26
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewAddressModal.vue.ts(6,22)
TS2307: Cannot find module "yup" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewTargetModal.vue.ts
4:17-50
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewTargetModal.vue.ts(4,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/general/ShareAndEarnModal.vue.ts
3:24-35
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/general/ShareAndEarnModal.vue.ts(3,25)
TS2307: Cannot find module "clipboard" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewEventModal.vue.ts
4:17-50
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/forms/NewEventModal.vue.ts(4,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/header/partials/UserMenu.vue.ts
3:24-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/header/partials/UserMenu.vue.ts(3,25)
TS2307: Cannot find module "vue-i18n/index" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/header/partials/UserMenu.vue.ts
5:26-38
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/header/partials/UserMenu.vue.ts(5,27)
TS2307: Cannot find module "vue-router" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/header/Menu.vue.ts
3:25-37
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/header/Menu.vue.ts(3,26)
TS2307: Cannot find module "vue-router" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/header/Menu.vue.ts
4:24-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/header/Menu.vue.ts(4,25)
TS2307: Cannot find module "vue-i18n/index" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/aside/Menu.vue.ts
3:24-40
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/aside/Menu.vue.ts(3,25)
TS2307: Cannot find module "vue-i18n/index" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/aside/Menu.vue.ts
4:25-37
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/aside/Menu.vue.ts(4,26)
TS2307: Cannot find module "vue-router" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/kt-datatable/table-partials/table-content/TableContent.vue.ts
55:13-73
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/kt-datatable/table-partials/table-content/TableContent.vue.ts(55,14)
TS2569: Type "Set<unknown>" is not an array type or a string type. Use compiler option "--downlevelIteration" to allow iterating of iterators.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/create-app-modal/CreateAppModalForm.vue.ts
4:17-54
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/create-app-modal/CreateAppModalForm.vue.ts(4,18)
TS2307: Cannot find module "sweetalert2/dist/sweetalert2.min.js" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/create-app-modal/CreateAppModalForm.vue.ts
5:24-38
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/create-app-modal/CreateAppModalForm.vue.ts(5,25)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/create-app-modal/CreateAppModalForm.vue.ts
6:36-50
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/create-app-modal/CreateAppModalForm.vue.ts(6,37)
TS2307: Cannot find module "vee-validate" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/create-app-modal/CreateAppModalForm.vue.ts
7:21-26
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/modals/wizards/create-app-modal/CreateAppModalForm.vue.ts(7,22)
TS2307: Cannot find module "yup" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/theme-mode/ThemeModeSwitcher.vue.ts
5:25-37
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/layout/theme-mode/ThemeModeSwitcher.vue.ts(5,26)
TS2307: Cannot find module "vue-router" or its corresponding type declarations.

ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/kt-datatable/table-partials/table-content/table-body/TableBodyRow.vue.ts
24:15-65
[tsl] ERROR in /www/wwwroot/demo1/vue_laravel/resources/ts/src/components/kt-datatable/table-partials/table-content/table-body/TableBodyRow.vue.ts(24,16)
TS2569: Type "Set<any>" is not an array type or a string type. Use compiler option "--downlevelIteration" to allow iterating of iterators.

webpack compiled with 223 errors

Server location: Mumbai


Hi,

Do you have the node_modules folder in the root folder?

If you don't have this folder, you need to execute yarn or npm install, this command will create node_modules folder and place all dependencies into it.



shockedI have the node_modules.shocked

Try to reinstall dependencies, delete node_modules, package-lock.json/yarn.lock, then install dependencies again with commands yarn/npm install.

Also, I see that in your package.json you do not have section for devDependencies.

You can copy the dependency list below and include it in your package.json.

"devDependencies": {
"@vue/compiler-sfc": "^3.2.37",
"array-sort": "^1.0.0",
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"sass": "^1.44.0",
"sass-loader": "^12.4.0",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"vue-loader": "^17.0.0",
"vuex-module-decorators": "^1.2.0"
}



This method seems to be of little use



If you still have the same errors, then you need to make sure that you have done all steps from our correctly.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(