Error for command dfx canister install --all

Hi Markus

It looks like you might be running this using Windows Subsystem for Linux and saving your project on the mounted Windows drive? If so, this will have issues because of the way WSL handles the mounted drive.

Windows isn’t officially supported yet, but if you:

  1. Use WSL version 2, and

  2. Create your project in the WSL filesystem instead of on the mount, eg in ~/

…you should be able to run it fine.

Some more WSL info can be found in this thread: Dfx on windows for beginners

5 Likes