Failed to build DWC
-
Hi. Im trying to build DWC and have following error in vue.config.js file
node.js is 16.20 ( same error at the latest)
npm at 8.19Thanks for help.
-
@azs123 one for @chrishamm
Ian
-
@azs123 What DWC version/branch are you trying to build?
-
@chrishamm 3.4.6
-
@azs123 Did you run
npm install
prior tonpm run build
? Before you can build it, you also need to set an environment variable for 3.4.6 as described here: https://github.com/Duet3D/DuetWebControl#project-setup -
@chrishamm I did all the steps described in project-setup.
I need to runnpm install --legacy-peer-deps
in order to run it succesfully, dont know if this can cause an issue. -
@azs123 Update: I used linux to build DWC and it worked like a charm.
-
-