jongyoul commented on code in PR #4651: URL: https://github.com/apache/zeppelin/pull/4651#discussion_r1328067422
########## zeppelin-web/README.md: ########## @@ -12,49 +12,49 @@ All build commands are described in [package.json](./package.json) ```sh # install required depepdencies and bower packages (only once) -$ npm install -g yarn -$ yarn install +$ npm install -g npm Review Comment: He means that If we can execute `npm install -g npm` itself, it means `npm` should already be executable. Thus, we don't need to execute `npm install -g npm` again. -- 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]
