zRains commented on PR #3770:
URL: https://github.com/apache/ambari/pull/3770#issuecomment-2106775737

   @vanshuhassija After applying this patch, running into errors (OS: Win10 
PowerShell, Node: v4.5.0, Yarn: v0.23.2), seems to encounter some minor issues. 
Below are the steps I followed:
   
   1. `cd  ambari-web`
   2. `yarn install --ignore-engines --pure-lockfile`
   3. `yarn build` (use the script **brunch build** specified in package.json).
   4. Use [Live 
Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
 to serve the `public` directory.
   
   Encountered errors include:
   ```text
   Uncaught ReferenceError: Backbone is not defined
   
   ...
   ...
   
   Uncaught SyntaxError: Identifier 'tooltipTriggerList' has already been 
declared
   ```
   
   The second error is likely caused by the similarity in content between 
`ambari-web/vendor/scripts/bootstrap-popover.js` and 
`ambari-web/vendor/scripts/bootstrap-tooltip.js`.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to