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
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
This is supported, but you need to be careful. disable ["system", "node"] should work, but "npm" is the wrong keyword, and "bin" is not defined at all (btw., what should it do)?
and "bin" is not defined at all (btw., what should it do)?
"bin" shouldn't do anything, but on my system it was trying to locate file $HOME/bin/bin and execute it, then complaining when it's not found. It also created a dummy/bad $HOME/bin/bin. I promptly deleted it, and added "bin" to "exclude" - which remedied the problem. And, of course "npm" is referred to as "node" (which was not obvious to me).
Here's what my current config has (BTW, it would be nice if topgrade offered the flag to just display the current config, without changing/editing it):
Environment
I want another step added
Specifically, to update Haskell stuff. Something like
I want to suggest some general feature
Topgrade should allow automatically skipping steps that user specifies in the top grade config file.
For example, I don't want "topgrade" to check or perform system update, and I don't want it to update NPM.
disable ["system", "npm", "bin"]
did not help - "topgrade" still tried all of the above (some of which necessarily failed).More information
The text was updated successfully, but these errors were encountered: