roc-lang / roc

A fast, friendly, functional language.
https://roc-lang.org
Universal Permissive License v1.0
4.46k stars 313 forks source link

WSL PermissionDenied #7045

Closed Anton-4 closed 2 months ago

Anton-4 commented 2 months ago

If you encounter Error: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" while running roc in WSL, it probably means you're on the old WSL version 1. You can check with wsl --version.

Upgrading to WSL 2 should solve this issue. Leave a comment below if it doesn't.