|
Re: Eclipse Scout 11 : NPM download root [message #1849314 is a reply to message #1849262] |
Wed, 12 January 2022 09:18  |
Eclipse User |
|
|
|
Hi Mark
Thank you, yes, I hope you too! :)
You are right, in Scout 11 the Maven build by default downloads a fresh Node and only uses this for building. So maybe that's why your configs are no longer active? Where exactly did you apply this configuration? In an .npmrc file in your user home or where exactly?
I don't understand why you get certificate errors for this URL. As far as I can see the certificate seems to be valid?
However, I have never used the npmDownloadRoot property but I assume it is only used while downloading the package. When using the package afterwards the property might no longer have an effect. But you can give it a try.
One other idea is to use the Maven property "master_node_dir". It allows you to specify a custom location for the Node installation to use. Maybe you can try to point this property to your local instance? You can configure it directly within your pom.xml or pass it as system property when executing Maven (e.g.: mvn clean install -Dmaster_node_dir=...).
Hope this helps
Mat
|
|
|
Powered by
FUDForum. Page generated in 0.02345 seconds