-
when running the command current version 0.8.4 I have looked on google/youtube/stackoverflow and cannot seem to find an answer. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Can you try running the install script again? And report what you get? Also try to share screenshots of what you've tried sh -ci "$(curl -fsSL https://smartcontracts.org/install.sh)" |
Beta Was this translation helpful? Give feedback.
You might special authorization to unpack the files, try running the command as administrator using
sudo dfx upgrade
If 1) doesn't work you can directly move DFX to 0.9.2 running
DFX_VERSION=0.9.2 -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"