When I try to install IJulia from Julia terminal using the following commands:
using Pkg
Pkg.add("IJulia")
I get the following error:
SystemError: opening file "C:\\Users\\lenovo\\.julia\\registries\\General\\Registry.toml": No such file or directory
How may I fix this?