shazron commented on PR #96:
URL: 
https://github.com/apache/openwhisk-wskdebug/pull/96#issuecomment-1091072894

   Looks like it can be turned off in `.npmrc`:
   ```
   legacy-peer-deps=true
   ```
   
   However, that only works when you are doing `npm i` inside the repo root, 
and does not apply when installing it from a tarball like here: 
https://github.com/apache/openwhisk-wskdebug/blob/204f4e35b393a7d582106998c0967787102ec7ef/test/install/Dockerfile#L30
   
   ... at least according to my testing.
   
   Not sure what the workaround is here, besides requiring before install:
   ```
   npm config set legacy-peer-deps true --global
   ```
   
   I prepared a PR where you can see that the ngrok test still fails: 
https://github.com/apache/openwhisk-wskdebug/pull/97
   


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