Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run it #22

Open
rallis opened this issue Mar 26, 2023 · 0 comments
Open

Unable to run it #22

rallis opened this issue Mar 26, 2023 · 0 comments

Comments

@rallis
Copy link

rallis commented Mar 26, 2023

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 rallis mentioned this issue Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant