publishing NaughtSea
1:17pm
having done a tad of research, it seems pushing this project to a public space will be easier if it is first at gitHub. First, I have opened https://github.com/copilot and chatGPT for questions. I have OBS recording on the allostaSissy profile while streaming to https://www.twitch.tv/allostasissy . This blog entry is here: https://allostasissy.squarespace.com/config/pages/683a8b78429bfc5167849479 for revision throughout the day. We aren’t working on world peace today… instead, having slept off my brain’s fuzziness, I am now working to document my own needs which includes the need to be allowed to speak about myself truthfully. This is where the Sea of Nought Repository will be held : https://github.com/allostasissy .
I won’t be sending Intentio litem instituendi contra rem publicam until after today’s full business day has expired.
Today I need to focus on my blood sugars.
1:56 main and master are entirely different commit histories
In theory, I have now repository-ed my project to https://github.com/allostasissy/seaOfNought which should allow me to look at hosts before talking to Chase.
2:56
d:\125\TailWinds\naughtsea>npm run build
> naughtsea@0.0.0 build
> run-p type-check "build-only {@}" --
> naughtsea@0.0.0 type-check
> vue-tsc --build --force
> naughtsea@0.0.0 build-only
> vite build
vite v6.3.3 building for production...
✓ 1 modules transformed.
dist/index.html 0.11 kB │ gzip: 0.11 kB
✓ built in 246ms
src/App.vue:11:28 - error TS2307: Cannot find module '@/views/wccScaffolding.vue;' or its corresponding type declarations.
11 import wccScaffolding from "@/views/wccScaffolding.vue;"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/components/NavigationBars.vue:717:21 - error TS1261: Already included file name 'd:/125/TailWinds/naughtsea/src/components/WordBar.vue' differs from file name 'd:/125/TailWinds/naughtsea/src/components/wordBar.vue' only in casing.
The file is in the program because:
Imported via "@/components/WordBar.vue" from file 'd:/125/TailWinds/naughtsea/src/components/NavigationBars.vue'
Imported via '@/components/wordBar.vue' from file 'd:/125/TailWinds/naughtsea/src/views/Xhibition.vue'
Imported via '@/components/wordBar.vue' from file 'd:/125/TailWinds/naughtsea/src/views/AardvarkVue.vue'
Matched by include pattern 'src/**/*' in 'd:/125/TailWinds/naughtsea/tsconfig.app.json'
717 import WordBar from "@/components/WordBar.vue";
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/views/Xhibition.vue:2307:21
2307 import wordBar from '@/components/wordBar.vue'
~~~~~~~~~~~~~~~~~~~~~~~~~~
File is included via import here.
src/views/AardvarkVue.vue:271:21
271 import wordBar from '@/components/wordBar.vue'
~~~~~~~~~~~~~~~~~~~~~~~~~~
File is included via import here.
tsconfig.app.json:4:27
4 "include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
~~~~~~~~~~
File is matched by include pattern specified here.
src/router/index.ts:10:25 - error TS1261: Already included file name 'd:/125/TailWinds/naughtsea/src/views/AardvarkVue.vue' differs from file name 'd:/125/TailWinds/naughtsea/src/views/aardvarkVue.vue' only in casing.
The file is in the program because:
Imported via '@/views/AardvarkVue.vue' from file 'd:/125/TailWinds/naughtsea/src/router/index.ts'
Matched by include pattern 'src/**/*' in 'd:/125/TailWinds/naughtsea/tsconfig.app.json'
10 import AardvarkVue from '@/views/AardvarkVue.vue'
~~~~~~~~~~~~~~~~~~~~~~~~~
tsconfig.app.json:4:27
4 "include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
~~~~~~~~~~
File is matched by include pattern specified here.
src/views/AardvarkVue.vue:221:27 - error TS2345: Argument of type '{}' is not assignable to parameter of type '{ readonly msg: string; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Record<string, unknown>'.
Property 'msg' is missing in type '{}' but required in type '{ readonly msg: string; }'.
221 <sub>helloWorld</sub><br><helloWorld /><br>
~~~~~~~~~~
src/components/helloWorld.vue:7:15
7 defineProps<{ msg: string }>()
~~~
'msg' is declared here.
src/views/AardvarkVue.vue:271:21 - error TS1149: File name 'd:/125/TailWinds/naughtsea/src/components/wordBar.vue' differs from already included file name 'd:/125/TailWinds/naughtsea/src/components/WordBar.vue' only in casing.
The file is in the program because:
Imported via "@/components/WordBar.vue" from file 'd:/125/TailWinds/naughtsea/src/components/NavigationBars.vue'
Imported via '@/components/wordBar.vue' from file 'd:/125/TailWinds/naughtsea/src/views/Xhibition.vue'
Imported via '@/components/wordBar.vue' from file 'd:/125/TailWinds/naughtsea/src/views/AardvarkVue.vue'
Matched by include pattern 'src/**/*' in 'd:/125/TailWinds/naughtsea/tsconfig.app.json'
271 import wordBar from '@/components/wordBar.vue'
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/components/NavigationBars.vue:717:21
717 import WordBar from "@/components/WordBar.vue";
~~~~~~~~~~~~~~~~~~~~~~~~~~
File is included via import here.
src/views/Xhibition.vue:2307:21
2307 import wordBar from '@/components/wordBar.vue'
~~~~~~~~~~~~~~~~~~~~~~~~~~
File is included via import here.
tsconfig.app.json:4:27
4 "include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
~~~~~~~~~~
File is matched by include pattern specified here.
src/views/Xhibition.vue:363:27 - error TS2345: Argument of type '{}' is not assignable to parameter of type '{ readonly msg: string; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Record<string, unknown>'.
Property 'msg' is missing in type '{}' but required in type '{ readonly msg: string; }'.
363 <sub>helloWorld</sub><br><helloWorld /><br>
~~~~~~~~~~
src/components/helloWorld.vue:7:15
7 defineProps<{ msg: string }>()
~~~
'msg' is declared here.
src/views/Xhibition.vue:2307:21 - error TS1149: File name 'd:/125/TailWinds/naughtsea/src/components/wordBar.vue' differs from already included file name 'd:/125/TailWinds/naughtsea/src/components/WordBar.vue' only in casing.
The file is in the program because:
Imported via "@/components/WordBar.vue" from file 'd:/125/TailWinds/naughtsea/src/components/NavigationBars.vue'
Imported via '@/components/wordBar.vue' from file 'd:/125/TailWinds/naughtsea/src/views/Xhibition.vue'
Imported via '@/components/wordBar.vue' from file 'd:/125/TailWinds/naughtsea/src/views/AardvarkVue.vue'
Matched by include pattern 'src/**/*' in 'd:/125/TailWinds/naughtsea/tsconfig.app.json'
2307 import wordBar from '@/components/wordBar.vue'
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/components/NavigationBars.vue:717:21
717 import WordBar from "@/components/WordBar.vue";
~~~~~~~~~~~~~~~~~~~~~~~~~~
File is included via import here.
src/views/AardvarkVue.vue:271:21
271 import wordBar from '@/components/wordBar.vue'
~~~~~~~~~~~~~~~~~~~~~~~~~~
File is included via import here.
tsconfig.app.json:4:27
4 "include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
~~~~~~~~~~
File is matched by include pattern specified here.
Found 7 errors.
ERROR: "type-check" exited with 2.
^^^ what I need to fix