You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2021/11/11 18:52:30 UTC

[GitHub] [openwhisk-wskdebug] alexkli edited a comment on issue #93: Node module fails to install on Apple M1

alexkli edited a comment on issue #93:
URL: https://github.com/apache/openwhisk-wskdebug/issues/93#issuecomment-966543813


   I noticed that you are using node 14.18, but M1 support only reached nodejs starting in v16. Maybe it already solves the issue.
   
   I also don't see how `cpu-features` comes in as a dependency, I don't see it in my local master checkout. But might be that some dependency changes since last release 1.3 changed/removed it.
   
   You could try install from master (after you switched to node 16+):
   
   ```
   npm install apache/openwhisk-wskdebug
   ```
   
   Let me know if that helps...


-- 
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: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org