Skip to content

Conversation

@daviehh
Copy link

@daviehh daviehh commented Jun 18, 2019

Fixes #242

Running in julia 1.2-rc2, the error is, e.g. compile_incremental(:Makie)

ERROR: LoadError: Documenter is a direct dependency, but does not appear in the manifest. If you intend Documenter to be a direct dependency, run Pkg.resolve() to populate the manifest. Otherwise, remove Documenter with Pkg.rm("Documenter"). Finally, run Pkg.instantiate() again.

As per JuliaLang/Pkg.jl#1106 and JuliaLang/Pkg.jl#1209,

run Pkg.resolve() to populate the manifest. Finally, run Pkg.instantiate() again.

to use direct dependency and get a correct toml file.

Fixes JuliaLang#242

Running in julia 1.2-rc2, the error is, e.g. `compile_incremental(:Makie)`
> ERROR: LoadError: `Documenter` is a direct dependency, but does not appear in the manifest. If you intend `Documenter` to be a direct dependency, run `Pkg.resolve()` to populate the manifest. Otherwise, remove `Documenter` with `Pkg.rm("Documenter")`. Finally, run `Pkg.instantiate()` again.


As per JuliaLang/Pkg.jl#1106 and JuliaLang/Pkg.jl#1209, 
> run `Pkg.resolve()` to populate the manifest. Finally, run `Pkg.instantiate()` again.

to use direct dependency and get a correct tool file.
@daviehh
Copy link
Author

daviehh commented Jun 18, 2019

oops, duplicate #211

@daviehh daviehh closed this Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PkgError while creating temporary environment

1 participant