-
Notifications
You must be signed in to change notification settings - Fork 298
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
paraglide-js: not found #205
Comments
Hi @Maker-Boot ! Thank you for informing us of your error. I have a few questions to better understand your issue:
|
Hello @Mohamed-Hacene I'm up to date from the main branch : Fri Apr 5 10:59:24 2024 commit 23d0fa4 Running both Regards. |
Ok, it is very strange. Could you run into the frontend folder |
Package seems to ahve been installed but the docker build has the same output log: added 1369 packages, and audited 1370 packages in 27s 250 packages are looking for funding 2 moderate severity vulnerabilities To address all issues, run: Run => ERROR [frontend builder 13/15] RUN npm ci 33.8s
|
Update I tried locally to run npm ci but same result even when removing the node folder / cache etc... @Inlang package are there and installed npm --version 10.5.0 |
Ok, we need to investigate this problem a little further, but in the meantime I suggest you to request a free cloud trial to be able to test the solution anyway. I will do the installation on a blank machine to be sure it comes from a dependency/package issue and not from our dockerfile. I let this issue opened to keep you informed. |
Ok thanks. i've requested the trial few minutes again indeed. Have a nice day. |
I've re done the installation from scratch. It goes a bit further now. (also i'm bahinf a proxy but all access has been granted to be able to download the dependencies) No more sh not found but i have this : |
Ok good to know, can you try without the proxy to be sure it's not related to it (If you don't have time, don't worry I will try later) ? |
@Maker-Boot could you also run |
@Mohamed-Hacene |
No problem :) A workaround will be proposed as soon as possible by publishing our images. Thanks for your help and patience. |
@Mohamed-Hacene I cannot disable the proxy unfortunately. |
No problem, if we find a workaround, I will share it for everybody. I'll let you know here when they're up ! |
Docker compose with prebuilt image is now available to avoid local docker images build issues. I'm closing this issue as it should be fixed by prebuilt images. |
Thx for the work. Have a nice day |
Hello,
npm CI is failing
To Reproduce
docker compose up
Expected behavior
Application should run without error
Environment (please complete the following information):
Output :
=> ERROR [frontend builder 13/15] RUN npm ci 36.4s
failed to solve: process "/bin/sh -c npm ci" did not complete successfully: exit code: 127
Regards.
The text was updated successfully, but these errors were encountered: