#When installing nuxt, getting a gyp error

10 messages · Page 1 of 1 (latest)

hazy fern
#

Has anyone come across this before? I've got a fresh install of windows so had to re-install node etc so they are all the latest versions, however, when trying to create a new nuxt project I'm getting these errors:

#

When installing nuxt, getting a gyp error

somber cave
#

npx fix-has-install-script might help

#

or:

#
"overrides": {
    "@parcel/watcher": "2.1.0"
}

in package.json

hazy fern
#

Ah amazing, adding that in the package json worked.

#

We shouldn't have to do that really though on a fresh install?

somber cave