AKZN Notes

Archives for My Lazy and Forgetful Mind

Tag: wsl

Fixing Expo + npm ERR_INVALID_URL and Permission Issues on WSL

Fixing Expo + npm ERR_INVALID_URL and Permission Issues on WSL Problem Summary When running Expo inside WSL, npm errors appear such as: ERR_INVALID_URL expo: Permission denied Cause: Windows Node/NPM is being used inside WSL, and Windows-mounted paths block Linux permissions. Fix Instructions 1. Use WSL Terminal Open your Linux shell (Ubuntu app) instead of PowerShell/CMD. […]