breautek commented on issue #116:
URL: 
https://github.com/apache/cordova-browser/issues/116#issuecomment-1531614579

   An alternate workaround for the time being is to use the `overrides` feature 
available in NPM 8 and later.
   
   It can be used inside your `package.json` like so:
   
   ```json
   {
     ...
     "overrides": {
       "cordova-browser": {
         "shelljs": "^0.8.5"
       }
     }
   }
   ```
   
   See the [NPM 
Docs](https://docs.npmjs.com/cli/v8/configuring-npm/package-json?v=true#overrides)
 for more info on using the `overrides`.


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