matthias-koch commented on code in PR #4651:
URL: https://github.com/apache/zeppelin/pull/4651#discussion_r1321406490


##########
zeppelin-web-angular/pom.xml:
##########
@@ -80,7 +80,7 @@
             </goals>
             <configuration>
               <skip>${web.e2e.enabled}</skip>
-              <arguments>install --no-lockfile</arguments>
+              <arguments>install --legacy-peer-deps</arguments>

Review Comment:
   Because I have updated the npm version for performance reasons, this 
parameter must be specified so that the new npm version works like the old one. 
See also the answer to this question on Stack Overflow: 
[https://stackoverflow.com/questions/66239691/what-does-npm-install-legacy-peer-deps-do-exactly-when-is-it-recommended-whether](https://stackoverflow.com/questions/66239691/what-does-npm-install-legacy-peer-deps-do-exactly-when-is-it-recommended-whether)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to