Unknown package
#7001
-
Hi. I'm trying to install the base package using the Why this happens? How to install the package? Thanks. ocaml 5.0.0 opam 2.1.4 dune 3.6.1 |
Beta Was this translation helpful? Give feedback.
Answered by
Alizter
Feb 5, 2023
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
emillon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dune install
is a command for installing from compiled sources. Are you trying to install it to your opam switch? In which case you probably want to useopam install base
. If you had a git clone of base, then you could cd to it and dune install.