Open mike776 opened 2 days ago
Hi Mike,
Regarding nexus:
It is just a mirror of the npm repository (requiring certificate for access). It only serves to reduce the load on npmjs.org. With NEXUS_REPO=false
you just install npm packages directly from npmjs.org. You don't need to deal with nexus. Moreover, the command make init
is not necessary when you don't plan to contribute.
Regarding error you've got:
Unfortunately, I cannot reproduce it. Which version do you have - is it branch main
? This are the minimal steps to create the build:
$ git clone git@github.com:ClusterLabs/pcs-web-ui.git
$ cd pcs-web-ui
$ make build
Can you try just this (in some clean temporary directory) and if it fails, send me the full console log? Thanks!
I tried to follow the instructions, using init with
make init NEXUS_REPO=false
but when I run themake build
afterwards I get errors, and I can't proceed.Please advise. I don't know what a nexus repo certificate is.