Trouble installing scrapy through npx
I'm trying to install crawlee through
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.1 Reply
provincial-silverOP•2y ago
solved - needed to run
npm install crawlee playwright
first. I'm not sure why its not mentioned in the tutorial