shazron commented on pull request #96: URL: https://github.com/apache/openwhisk-wskdebug/pull/96#issuecomment-1085744055
Solved it! npm@7 is default in the latest node-lts, and by default will install peer dependencies. I added the flag `--legacy-peer-deps` to the `RUN npm install -g openwhisk-wskdebug.tgz` in the Dockerfile and now it works. Checking the change in. -- 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]
