Replies: 8 comments 3 replies
-
|
See #61 for details on some of the issues. |
Beta Was this translation helpful? Give feedback.
-
|
Issue 1:
When building on Windows with |
Beta Was this translation helpful? Give feedback.
-
|
Tip 1: Use CMD. It annoys me at least as much as it annoys others, but it seems to cause the fewest non-reproducible random errors. |
Beta Was this translation helpful? Give feedback.
-
|
Issue 2: Permissions errors. Always use an elevated CMD session. |
Beta Was this translation helpful? Give feedback.
-
|
Issue 3: Native
Before running the build, manually or through a target:
For the Desktop app:
Also applies to other platforms and architectures, with corresponding packages.
|
Beta Was this translation helpful? Give feedback.
-
|
Tip 2: A number of non-reproducible transitive issues can be corrected by running in pwsh or PowerShell in the Colanode project root: gci -Recurse -Filter node_modules -Directory | rm -Recurse
rm .\package-lock.jsonThis is a lot faster than deleting it in Explorer. Then in the administrative CMD session:
|
Beta Was this translation helpful? Give feedback.
-
|
Tip 3:
Patience. |
Beta Was this translation helpful? Give feedback.
-
|
Tip 4: I usually run |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For a lot of reasons, I am all over the place in regard to development environments.
From Windows boxes, Linux boxes, my iPhone, Chromebooks... I've done development on a wide variety of platforms, and Windows is always fraught with the most problems, by far, in my experience.
This project is no different... it doesn't work out of the box, but it's not far from it! Very good in terms of development experience.
This thread is for issues I've found working in the Colanode project on Windows 10 with Visual Studio Code, Git BASH, PowerShell/pwsh, CMD, and Docker Desktop, and how I'm working around/through them.
Beta Was this translation helpful? Give feedback.
All reactions