You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey everyone,
Logging this for team level visibility.
I have added the recap to the top as this is probably a small project.
I am more than happy to contribute with testing &/ code changes.
But would like to discuss this with a team-member so that we can run some testing across Operating Systems before committing to the changes.
Also don't mind jumping on some Discord calls to screenshare / troubleshoot etc..
Recap
Issue 1: Dockerfile to be udated FROM cimg/rust:1.74-node
112.3 error: failed to compile `wasm-pack v0.13.1`, intermediate artifacts can be found at `/tmp/cargo-install2iOZDd`.
112.3 To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
112.3
112.3 Caused by:
112.3 package `clap_derive v4.5.18` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.73.0
This is resolved by updating the Dockerfile in .devcontainer to
FROM cimg/rust:1.74-node
Issue 2:
After updating to 1.74 and running command devcontainer up --workspace-folder .
container in Docker does start
. prepare$ simple-git-hooks
│ [INFO] Successfully set the pre-commit with command: pnpm pretty-quick --staged
│ [INFO] Successfully set all git hooks
└─ Done in 363ms
Done in 1m 13.7s
Issue 3:
After running pnpm build.local OR after running pnpm build.full
Same error for both commands.
⚛️ supabase-auth-helpers-qwik
packages/docs/src/repl/worker/repl-dependencies.ts:51:3 - error TS2740: Type '{ isServer: true; isBrowser: false; isDev: false; }' is missing the following properties from type 'typeof import("{other locatino stuff}qwik/packages/qwik/dist/core")': getLocale, useServerData, withLocale, $, and 86 more.
51 self.qwikBuild = {
~~~~~~~~~~~~~~
Error message:
Found 1 error in packages/docs/src/repl/worker/repl-dependencies.ts:51
❌ Error: Command failed with exit code 2: tsc -p packages\docs\tsconfig.json
Issue 4
the below commands don't work on windows due to "&&" and may need to be moved to concurrently (already in devDependencies)
> [email protected] docs.dev {location of stuff}\qwik
> cd packages/docs && pnpm build.repl-sw && pnpm dev
cd: no such file or directory: packages/docs
this seems to work, but I run into another problem with the package/docs package.json as it has other script that use the same syntax
[1] === Running 'pnpm run build.local' to generate missing imports for the docs ===
[1]
[1] Failed to build local packages
[1] ELIFECYCLE Command failed with exit code 1.
[1] cd packages/docs && pnpm dev exited with code 1
[0] transforming...
[0] ✓ 10 modules transformed.
[0] ✓ built in 1.50s
[0] cd packages/docs && pnpm build.repl-sw exited with code 0
ELIFECYCLE Command failed with exit code 1.
general confirmation
Visual Studio 2002 is installed
Visual Studio Build Tools 2002 is installed
Make sure Rust is installed.
Install wasm-pack with cargo install wasm-pack .
Node version >= 18.
Make sure you have PNPM installed.
This is the main branch, also issue for V2 branch.
Which component is affected?
Qwik Runtime
Describe the bug
Hey everyone,
Logging this for team level visibility.
I have added the recap to the top as this is probably a small project.
I am more than happy to contribute with testing &/ code changes.
But would like to discuss this with a team-member so that we can run some testing across Operating Systems before committing to the changes.
Also don't mind jumping on some Discord calls to screenshare / troubleshoot etc..
Recap
FROM cimg/rust:1.74-node
Issue Description.
It seems that I am unable to contribute to the project from Windows OS .
There are few issues I have encountered along the way reading the instructions
Issue 1:
I used the CLI just to easily catch the error to copy paste, but this is also an issue with the devcontainer extension.
This is resolved by updating the Dockerfile in .devcontainer to
Issue 2:
After updating to 1.74 and running command
devcontainer up --workspace-folder .
container in Docker does start
Then I run into the below error for PNPM
solution commands in terminal
corepack prepare [email protected] --activate
pnpm install
Issue 3:
After running
pnpm build.local
OR after runningpnpm build.full
Same error for both commands.
Error message:
Issue 4
the below commands don't work on windows due to "&&" and may need to be moved to concurrently (already in devDependencies)
pnpm docs.dev
commandIgnore the error. This exists but if I run
this seems to work, but I run into another problem with the package/docs package.json as it has other script that use the same syntax
general confirmation
Reproduction
this cannot be blank to log the issue
Steps to reproduce
this cannot be blank to log the issue, see above.
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: