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

yarn startApp error #893

Open
rayoflight3000 opened this issue Mar 6, 2025 · 0 comments
Open

yarn startApp error #893

rayoflight3000 opened this issue Mar 6, 2025 · 0 comments

Comments

@rayoflight3000
Copy link

rayoflight3000 commented Mar 6, 2025

This is quite new to me so apologies if this is an issue my side.

I had to update package.json to change

"ts-jest": "^29..5",

to

"ts-jest": "^29.0.5",

based on the version in the yarn.lock file.

When running startApp it runs for some time however after some processing it errors as follows. Am I doing something wrong/missing a step?:

(node:4524) [DEP_WEBPACK_TEMPLATE_PATH_PLUGIN_REPLACE_PATH_VARIABLES_HASH] DeprecationWarning: [hash] is now [fullhash] (also consider using [chunkhash] or [contenthash], see documentation for details)
(Use node --trace-deprecation ... to show where the warning was created)
assets by status 2.39 MiB [cached] 60 assets
Entrypoint app = 228-1aae1097367c89b4c607.js app-1aae1097367c89b4c607.js
orphan modules 5.41 MiB [orphan] 2244 modules
runtime modules 9.79 KiB 15 modules
built modules 6 MiB [built]
modules by path ./node_modules/ 4.87 MiB 686 modules
modules by path ./client/ 1.13 MiB
modules by path ./client/src/ 748 KiB
cacheable modules 748 KiB 227 modules
./client/src/plugins/dataTypes/ lazy ^././bundle$ chunkName: DT-[request] na...(truncated) 160 bytes [built] [code generated]
./client/src/plugins/exportTypes/ lazy ^./.
/bundle$ chunkName: ET-[request] ...(truncated) 160 bytes [built] [code generated]
modules by path ./client/*.ts 412 KiB
./client/_env.ts 1.08 KiB [built] [code generated]
./client/_plugins.ts + 86 modules 332 KiB [built] [code generated]
./client/_namePlugins.ts + 16 modules 79 KiB [built] [code generated]

ERROR in /root/generatedata/client/src/utils/tests/langUtils.test.ts
27:2-17
[tsl] ERROR in /root/generatedata/client/src/utils/tests/langUtils.test.ts(27,3)
TS2322: Type 'Location' is not assignable to type 'string & Location'.
Type 'Location' is not assignable to type 'string'.

ERROR in /root/generatedata/packages/cli-test/tests/Alphanumeric.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/Alphanumeric.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/AutoIncrement.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/AutoIncrement.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/Boolean.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/Boolean.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/CVV.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/CVV.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/City.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/City.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/Colour.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/Colour.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/Company.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/Company.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/Computed.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/Computed.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/Constant.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/Constant.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/Country.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/Country.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/Currency.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/Currency.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/Date.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/Date.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/Email.cli.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/Email.cli.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/GUID.cli.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/GUID.cli.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/IBAN.cli.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/IBAN.cli.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/LatLng.cli.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/LatLng.cli.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/Names.cli.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/Names.cli.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/NumberRange.cli.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/NumberRange.cli.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/Phone.cli.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/Phone.cli.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/Phone.cli.test.ts
10:12-20
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/Phone.cli.test.ts(10,13)
TS2304: Cannot find name 'DataType'.

ERROR in /root/generatedata/packages/cli-test/tests/Phone.cli.test.ts
25:11-21
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/Phone.cli.test.ts(25,12)
TS2304: Cannot find name 'ExportType'.

ERROR in /root/generatedata/packages/cli-test/tests/StreetAddress.cli.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/StreetAddress.cli.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/TextFixed.cli.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/TextFixed.cli.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

ERROR in /root/generatedata/packages/cli-test/tests/Time.cli.test.ts
1:37-56
[tsl] ERROR in /root/generatedata/packages/cli-test/tests/Time.cli.test.ts(1,38)
TS2307: Cannot find module '@generatedata/cli' or its corresponding type declarations.

25 errors have detailed information that is not shown.
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.

webpack 5.94.0 compiled with 25 errors in 59860 ms
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

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