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
I need some help, that I installed some packages via a Mintfile with $ mint bootstrap, and I'd like to run them with $ mint run package, but mint run will hit a latest version checking process that if I'm offline, I can't run my package.
I know that I can bootstrap the Mintfile with $ mint bootstrap -l and then I can run $ package directly from the terminal, but obviously I lose the package version management in the project, so I'd prefer $ mint run package over $package
So is there a way to run $ mint run package offline?
Thanks
The text was updated successfully, but these errors were encountered:
If you explicitly provide an already installed version, it will still continue to work offline.
This is valid for the CLI param ($ mint run user/[email protected]) and the Mintfile.
Hi
I need some help, that I installed some packages via a Mintfile with
$ mint bootstrap
, and I'd like to run them with$ mint run package
, butmint run
will hit a latest version checking process that if I'm offline, I can't run my package.I know that I can bootstrap the Mintfile with
$ mint bootstrap -l
and then I can run$ package
directly from the terminal, but obviously I lose the package version management in the project, so I'd prefer$ mint run package
over$package
So is there a way to run
$ mint run package
offline?Thanks
The text was updated successfully, but these errors were encountered: