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
It would be nice for npx azle install-global-dependencies to automatically run the commands node --version, rustc --version, dfx --version etc and check that they return the correct result. If they don't, perhaps we should try to fix the situation or ask the developer to close and open their terminals, which would probably fix the node issue at least (the other dependencies probably will have updated correctly).
The text was updated successfully, but these errors were encountered:
It would be nice for
npx azle install-global-dependencies
to automatically run the commandsnode --version
,rustc --version
,dfx --version
etc and check that they return the correct result. If they don't, perhaps we should try to fix the situation or ask the developer to close and open their terminals, which would probably fix thenode
issue at least (the other dependencies probably will have updated correctly).The text was updated successfully, but these errors were encountered: