-
Notifications
You must be signed in to change notification settings - Fork 464
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
Failed to install BuckleScript on Windows & WSL #3855
Comments
This error message seems coming from npm, I tested installation on CMD.exe and powershell, can you try it there On WSL, by reading the log, it seems that you need Note bs-platform does not have any dependency, it only has dev dependency, I will do a clean up to remove those warnings, thanks for the reminder Edit: what's the proper way of running npx audit?
|
Alright, it seems like Now I am getting:
and
from vs-code, but thats probably should be proceed here Sorry, the command is |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
I am not able to install
bs-platform
on WSL (Ubuntu) either on Windows itself.git bash
I am getting:Environment
Windows 10
node -v
->10.16.3
npm -v
->6.9.0
WSL on Windows 10 (
build-essential
installed)node -v
->10.16.3
npm -v
->6.9.0
Note
I've already looked into:
Already installed build-essential
and in my case I can't install any version on computer with antivirus
I am able to install
bsb
on Windows machine without antivirus and I use Windows installed app on WSL, version5.0.6
, but it seems like I am not able install it onbs-platform
on WSL directly.Also it seems like
npx audit
found some vulnerabilities when I tried to clone and install the repo.The text was updated successfully, but these errors were encountered: