I’m trying to run internet identity locally. I’m following the steps in the docs, but when I run II_ENV=development dfx deploy --no-wallet --argument '(null)' it fails with error[E0463]: can't find crate for core``
Is there a known issue here? How do I overcome this?
Ok, the issue seems to have been fixed by deleting rust and reinstalling.
I did run into another error due to not having make installed on my machine. I did not see this in the list of required dependencies, but it would be helpful to have it there.