-
Notifications
You must be signed in to change notification settings - Fork 88
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
Lerna bootstrap failure on windows #1818
Comments
Could you go to packages/backend and run |
@Ahmedouu @yaronarik You're missing patch lib. |
@vinkabuki I tried that but prepare keeps failing to run cause of the websockts module: |
@Ahmedouu It is just a warning, do you see something like "webpack 5.75.0 compiled with 6 warnings in 10857 ms" ? You should, it's the last output line after running npm run prepare |
@vinkabuki yeah I see it then I start the desktop package I get this websocket error: then we I try to bootstrap again i get this: so I removed the prepare script and managed to bootstrap with no errors but still got the websocket error when I start the desktop app.. |
@Ahmedouu Could you please paste the whole output from running npm run prepare in backend (after removing applyPatches from script) |
PS C:\Users\USER\projects\quiet\packages\backend> npm run prepare
assets by path nest/ 38.2 KiB 67 assets
WARNING in ./node_modules/@nestjs/common/utils/load-package.util.js 9:39-59 WARNING in ./node_modules/@nestjs/core/helpers/load-adapter.js 9:39-63 WARNING in ./node_modules/@nestjs/core/helpers/optional-require.js 6:39-59 WARNING in ./node_modules/express/lib/view.js 81:13-25 WARNING in ./node_modules/ws/lib/buffer-util.js 113:23-44 WARNING in ./node_modules/ws/lib/validation.js 117:24-49 6 warnings have detailed information that is not shown. webpack 5.75.0 compiled with 6 warnings in 13907 ms |
@Ahmedouu |
Most of the scripts are Windows-friendly now: #1870 Notes:
|
Sorry but we have to revert those changes: #1937 |
I see, no worries, I use both just prefer windows. Thanks, |
tried this a few times already on linux and windows and it keeps failing just on windows.
The text was updated successfully, but these errors were encountered: