I’m trying to get the “web” scope of my project to build with javascript only so that I can continue using maven for a while longer. I’ve read all the documentation and I believe I should just be able to run lerna run build
in the root of the “web” scope and it’ll webpack all of my javascript up and stick it in the various resource folders. The current problem that I’m having is that I can’t seem to get yarn to resolve the Inductive dependencies properly.
I’ve added a .yarnrc file defining the Inductive nexus registry, but I get this error:
error An unexpected error occurred: "http://nexus.inductiveautomation.com/repository/node-packages/@types%2freact: connect ECONNREFUSED 50.231.87.35:80".
I have the Inductive node-packages repository defined as:
http://nexus.inductiveautomation.com/repository/node-packages/
Is that correct? Is there something else I’m missing?