You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm trying to run a build with parcel, but I am getting following error message:
(node:27024) UnhandledPromiseRejectionWarning: Error: Could not locate the bindings file.
Currently using:
node: 14.15.0 (64 bit)
npm: 6.14.8
See img below for full error
Weird thing is when I run a pipeline on Azure devops with same Agent settings (node 14.15.0 npm 6.14.8), the parcel build works with no errors...
The text was updated successfully, but these errors were encountered:
Hi, i'm trying to run a build with parcel, but I am getting following error message:
(node:27024) UnhandledPromiseRejectionWarning: Error: Could not locate the bindings file.
Currently using:
See img below for full error
Weird thing is when I run a pipeline on Azure devops with same Agent settings (node 14.15.0 npm 6.14.8), the parcel build works with no errors...
The text was updated successfully, but these errors were encountered: