#When installing nuxt, getting a gyp error
10 messages · Page 1 of 1 (latest)
npx fix-has-install-script might help
or:
"overrides": {
"@parcel/watcher": "2.1.0"
}
in package.json
Ah amazing, adding that in the package json worked.
We shouldn't have to do that really though on a fresh install?
no, it is a bug