Giter Club home page Giter Club logo

Comments (11)

DustInComp avatar DustInComp commented on June 13, 2024 1

Same error on Windows 10
node: 18.17.1
npm: 9.8.1
node_gyp: 9.4.0

npm i @parcel/[email protected] installs just fine.
npm i @parcel/[email protected] --ignore-scripts works too but that's not the way to go.

I'm adding "@parcel/watcher": "~2.1" to my dependencies until this is fixed.

from watcher.

DustInComp avatar DustInComp commented on June 13, 2024 1

I don't understand why the npm registry would have that extra script. It doesn't not appear in the package.json

It's right there, named build (originally rebuild (834994b), before you renamed it with v2.2.0-alpha.0).

Correct me if I'm wrong but I see two issues that were introduced in 062bca4:

  • prebuilds are no longer used because the prebuilds dir created by prebuildify isn't packaged anymore and the recommended "install": "node-gyp-build" script was removed. Instead, there's now a build script that tries to run node-gyp rebuild when the package is installed.
  • node-gyp rebuild fails because src and bindings.gyp were removed from the package files as well

from watcher.

devongovett avatar devongovett commented on June 13, 2024

I don't understand why the npm registry would have that extra script. It doesn't not appear in the package.json https://unpkg.com/browse/@parcel/[email protected]/package.json

from watcher.

hwhh avatar hwhh commented on June 13, 2024

Any news on this?

from watcher.

SliverYuki avatar SliverYuki commented on June 13, 2024

I'm also having the same issue, is there any progress, please

from watcher.

DustInComp avatar DustInComp commented on June 13, 2024

Issue persists in v2.3.0 btw.

from watcher.

SliverYuki avatar SliverYuki commented on June 13, 2024

Issue persists in v2.3.0 btw.

unfortunately, I feel like they're not going to fix this

from watcher.

kmashint avatar kmashint commented on June 13, 2024

I had to use "@parcel/watcher": "~2.1.0" in my project devDependencies to avoid problems with 'gyp: binding.gyp not found' on both Windows 10 with Python 3.11 and MacOS 12.6.5 with Python 3.10. The problems seem to start in "@parcel/watcher": "~2.2.0" with its "node-addon-api": "^7.0.0" dependency.

from watcher.

DustInComp avatar DustInComp commented on June 13, 2024

npm install --save-dev parcel, as described in the docs, fails in a clean project directory. How is this not getting more attention?

from watcher.

mischnic avatar mischnic commented on June 13, 2024

@DustInComp Which OS, Node and npm version are you using?

from watcher.

DustInComp avatar DustInComp commented on June 13, 2024

Which OS, Node and npm version are you using?

@mischnic Windows 10 Pro 19045.3693, Node 20.9.0, npm 10.2.4

Actually, I seem to have just resolved the issue on my end by updating our private package registry/proxy from Verdaccio version 5.14.0 to 5.27.0. However, I'm not sure how this update actually fixed the problem. The only change in installation I can find is the modules' "resolved" file paths in the package-lock.json.
Before: https://<verdaccio>/@parcel%2fwatcher/-/watcher-2.3.0.tgz
After: https://<verdaccio>/@parcel/watcher/-/watcher-2.3.0.tgz

Maybe other users who've had this issue had a similar setup?

from watcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.