Not compatible in Macbook Pro m1
prince3339 opened this issue ยท 7 comments
prince3339 commented
nelsonic commented
Ouch! We have an M1
in the office and will check today. ๐
But from the screenshot you have shared, it looks like it might be aws-crt
causing the issue. ๐ญ
nelsonic commented
Got the M1 Mac Mini fired up for work and going to test this now!
nelsonic commented
Steps to re-perform:
- Login to M1 Mac Mini & setup git: https://github.com/dwyl/dev-setup#basic-git-setup
- Open iTerm/Terminal
- Clone the project:
git clone git@github.com:dwyl/aws-sdk-mock.git
- Install the dependencies
npm install
- Run the tests
npm test
nelsonic commented
nelsonic commented
@prince3339 any luck discovering what the issue was on your M1
MBP? ๐ค
prince3339 commented
Unfortunately no luck yet ๐
nelsonic commented
@prince3339 are you able to git clone
, npm install
and npm test
this repo as per the steps above #258 (comment) ๐ญ