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
error [email protected]: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0".
error Found incompatible module
but my question may be, how can I upgrade/change the used node version? adding:
in Dockerfile like:
FROM electronuserland/builder:wine
RUN node install -g n
RUN n 9.11.1
at Function.Module._resolveFilename (module.js:555:15)
at Function.Module._load (module.js:482:25)
at Function.Module.runMain (module.js:701:10)
at startup (bootstrap_node.js:194:16)
at bootstrap_node.js:618:3
Documentation (https://www.electron.build/multi-platform-build) states:
However,
builder:wine
image actually contains NodeJS 9:Is there a possibility to have an image ready for building Windows targets with specified NodeJS version?
The text was updated successfully, but these errors were encountered: