Hello, Yarn should only be downloading the client side dependencies at build time so I think what you are proposing will work just fine. You will need to update the web-ui pom to install and run yarn instead of npm but the package.json is already there and should work.
-Scott Aslan On Wed, Nov 15, 2017 at 5:41 AM, Lou Tian <[email protected]> wrote: > Hi, > > We are building the NIFI from the source code. > In the web-ui module, can we use yarn instead of npm? > Will the yarn have side effect in nifi? > > Little background: We need to download all of those stuff use internal > artifactory without proxy. > And the npm install do not support non-proxy hosts according to here( > https://github.com/eirslett/frontend-maven-plugin#proxy-settings). > > Thanks for your reply. > -- > Kind Regards, > Tian Lou > >
