You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then you get an error that this package is trying to install itself into the ocaml library, not the package's own install location. This destroys reproducible/cached builds.
For example, you don't even need a separate install command, as the package manager (both opam and esy) will do the right thing by default. See how merlin builds:
With the following
package.json
file in the directory, runnpm install -g esy && esy
Then you get an error that this package is trying to install itself into the ocaml library, not the package's own install location. This destroys reproducible/cached builds.
The text was updated successfully, but these errors were encountered: