vue-seo-friendly-spa-template icon indicating copy to clipboard operation
vue-seo-friendly-spa-template copied to clipboard

Unable to run it

Open rallis opened this issue 1 year ago • 0 comments

I am unable to run it. After npm install and npm run serve, I get

 INFO  Starting development server...
[10%] building (0/1 modules)
TypeError: Cannot set property mark of #<Object> which has only a getter
TypeError: Cannot set property mark of #<Object> which has only a getter
    at Object.connectTypeScriptPerformance (/Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter/profile/TypeScriptPerformance.js:12:36)
    at createTypeScriptReporter (/Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter/reporter/TypeScriptReporter.js:40:49)
    at Object.<anonymous> (/Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/node_modules/fork-ts-checker-webpack-plugin/lib/reporter/reporter-rpc/ReporterRpcService.js:21:30)
    at Generator.next (<anonymous>)
    at /Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/node_modules/fork-ts-checker-webpack-plugin/lib/reporter/reporter-rpc/ReporterRpcService.js:8:71
    at new Promise (<anonymous>)
    at __awaiter (/Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/node_modules/fork-ts-checker-webpack-plugin/lib/reporter/reporter-rpc/ReporterRpcService.js:4:12)
    at /Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/node_modules/fork-ts-checker-webpack-plugin/lib/reporter/reporter-rpc/ReporterRpcService.js:19:88
    at Object.<anonymous> (/Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/RpcService.js:23:38)
    at Generator.next (<anonymous>)
TypeError: Cannot set property mark of #<Object> which has only a getter
TypeError: Cannot set property mark of #<Object> which has only a getter
    at Object.connectTypeScriptPerformance (/Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter/profile/TypeScriptPerformance.js:12:36)
    at createTypeScriptReporter (/Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter/reporter/TypeScriptReporter.js:40:49)
    at Object.<anonymous> (/Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/node_modules/fork-ts-checker-webpack-plugin/lib/reporter/reporter-rpc/ReporterRpcService.js:21:30)
    at Generator.next (<anonymous>)
    at /Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/node_modules/fork-ts-checker-webpack-plugin/lib/reporter/reporter-rpc/ReporterRpcService.js:8:71
    at new Promise (<anonymous>)
    at __awaiter (/Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/node_modules/fork-ts-checker-webpack-plugin/lib/reporter/reporter-rpc/ReporterRpcService.js:4:12)
    at /Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/node_modules/fork-ts-checker-webpack-plugin/lib/reporter/reporter-rpc/ReporterRpcService.js:19:88
    at Object.<anonymous> (/Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/RpcService.js:23:38)


 ERROR  Failed to compile with 1 error                                                                                                                                                                                                             4:25:09 p.m.

 error  in ./src/components/index.ts

Module not found: Error: [CaseSensitivePathsPlugin] `/Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/src/components/Navbar.vue` does not match the corresponding path on disk `NavBar.vue`.

ERROR in ./src/components/index.ts 1:42-86
Module not found: Error: [CaseSensitivePathsPlugin] `/Users/ra/Desktop/experiments/exp/036-seo-spa/vue-seo-friendly-spa-template/src/components/Navbar.vue` does not match the corresponding path on disk `NavBar.vue`.
 @ ./node_modules/babel-loader/lib/index.js!./node_modules/ts-loader/index.js??clonedRuleSet-41.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&setup=true&lang=ts 1:284-337 1:1316-1322 1:1348-1357 1:1383-1392
 @ ./src/App.vue?vue&type=script&setup=true&lang=ts 1:0-235 1:0-235 1:236-460 1:236-460
 @ ./src/App.vue 2:0-65 3:0-60 3:0-60 6:49-55
 @ ./src/main.ts 1:556-583 1:966-969

webpack compiled with 1 error

rallis avatar Mar 26 '23 20:03 rallis