parcel-bundler build not working #6337
-
i am facing an issue while building using parcel build in my package.json and the error is parcel build client/src/index.html --out-dir client/dist C:\Users\user\node_modules\bindings\bindings.js:126 Error: Could not locate the bindings file. Tried: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is an issue with deasync: https://github.com/abbr/deasync we no longer use it in parcel 2 deasync has no prebuild binaries for node 16 yet |
Beta Was this translation helpful? Give feedback.
This is an issue with deasync: https://github.com/abbr/deasync we no longer use it in parcel 2
deasync has no prebuild binaries for node 16 yet