aio-cli icon indicating copy to clipboard operation
aio-cli copied to clipboard

macOS 11 Big Sur M1 chip issues

Open shazron opened this issue 5 years ago • 0 comments

Local debugging won't work: https://github.com/adobe/aio-cli-plugin-app/issues/322

node.js itself should work under Rosetta 2, a native binary is pending: https://github.com/nodejs/build/issues/2474

If any of our tools/libs compile native extensions, there might be issues possibly.

deasync uses native extensions:

$ npm ls deasync
@adobe/[email protected] /Users/shazron/Documents/git/adobe/aio-cli
└─┬ @adobe/[email protected]
  └─┬ [email protected]
    └── [email protected]

fsevents uses native extensions:

$ npm ls fsevents
@adobe/[email protected] /Users/shazron/Documents/git/adobe/aio-cli
├─┬ @adobe/[email protected]
│ ├─┬ @adobe/[email protected]
│ │ └─┬ [email protected]
│ │   └─┬ [email protected]
│ │     └─┬ [email protected]
│ │       └─┬ [email protected]
│ │         └── [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ └─┬ [email protected]
│   └─┬ @parcel/[email protected]
│     └─┬ [email protected]
│       └── [email protected]
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ @jest/[email protected]
      └─┬ [email protected]
        └── [email protected]

shazron avatar Nov 13 '20 05:11 shazron