Trouble installing scrapy through npx
I'm trying to install crawlee through
npm -v works fine, v18.17.1
I'm running on a windows 11 machine, from visual studio code with powershell.
npx crawlee create my-crawler but it seems like npx can't find npm. (no such file or directory, lstat 'C:\users\ethan\AppData\Roaming\npm')npm -v works fine, v18.17.1
I'm running on a windows 11 machine, from visual studio code with powershell.