Failed to precompile Flux

In my file I was using Pkd.add() to add a specific external library before loading standard packages using the standard “using ” and give me this error.

Seems if I revert the order so first load standard packages and only next use Pkg.add the error is gone.

I suppose Pluto didn’t liked using Pkg that’s disabling internal package manager and next invoking it.