i.i
June 19, 2024, 6:41am
1
I am developing using WSL on Windows through VSCode.
I’m having trouble with the directions on this page: https://internetcomputer.org/docs/current/references/samples/motoko/auth_client_demo/
My first error is when I run dfx deps deploy
.
Steps:
0. git clone
dfx start
dfx deps pull
dfx deps deploy
npm i --legacy-peer-deps
dfx deploy
At this point im no longer sure what to do.
Thanks for the report - there were some inconsistent dependency versions in that example. I’ve fixed it and tested all the flows, and the updated version of the package will be available once this PR goes through:
dfinity:master
← dfinity:kai/auth-client-demo-safari-compatibility
opened 05:12PM - 20 Jun 24 UTC
**Overview**
The current documented flow on [intern](https://internetcomputer.o… rg/docs/current/references/samples/motoko/auth_client_demo/) fails. This updates the dependencies, fixes an issue with Internet Identity local builds, cleans up some inconsistencies among versions, and adds new documentation
3 Likes