aio-cli
aio-cli copied to clipboard
macOS 11 Big Sur M1 chip issues
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]