-
Notifications
You must be signed in to change notification settings - Fork 20
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
"npm create melange-app@latest" failed to install OCaml dependencies to your local opam switch #96
Comments
Did you |
Related questions on
You may need to update opam. |
Also make sure that you run |
Update: bash -c "sh <(curl -fsSL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)" , I am now using opam 2.1.5. Then, I could run
Then, I follow the instruction:
my env:
|
I tried to fix error
I found there is no such public folder in the project directory. Then, |
Failed to install OCaml dependencies to your local opam switch
The scaffolding process failed while running
opam install . --deps-only --yes
. Opam is OCaml and ReasonML's packagemanager.
opam switch list
opam install . --deps-only --yes
cat dune-project
cat dune
The text was updated successfully, but these errors were encountered: