Webpack error/warnings due to installing cloudscraper library

Hey @Nameless9, one thing we’ve recently discovered is that Nuxt.JS isn’t compatible with pnpm, our default package manager. If you want to use Nuxt for now you’ll need to switch to npm by running enable-npm in your project’s console. Keep in mind, though, that using npm will mean that your packages will take up space in your project’s disk instead of in the shared space, so that may cause problems for you.

Let us know how you get on!

1 Like