Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS 11 Big Sur M1 chip issues #230

Open
shazron opened this issue Nov 13, 2020 · 0 comments
Open

macOS 11 Big Sur M1 chip issues #230

shazron opened this issue Nov 13, 2020 · 0 comments

Comments

@shazron
Copy link
Member

shazron commented Nov 13, 2020

Local debugging won't work: adobe/aio-cli-plugin-app#322

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

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

deasync uses native extensions:

$ npm ls deasync
@adobe/aio-cli@5.0.1 /Users/shazron/Documents/git/adobe/aio-cli
└─┬ @adobe/aio-cli-plugin-app@5.0.2
  └─┬ parcel-bundler@1.12.4
    └── deasync@0.1.21

fsevents uses native extensions:

$ npm ls fsevents
@adobe/aio-cli@5.0.1 /Users/shazron/Documents/git/adobe/aio-cli
├─┬ @adobe/aio-cli-plugin-app@5.1.1
│ ├─┬ @adobe/aio-lib-runtime@1.2.0
│ │ └─┬ webpack@4.44.2
│ │   └─┬ watchpack@1.7.5
│ │     └─┬ watchpack-chokidar2@2.0.1
│ │       └─┬ chokidar@2.1.8
│ │         └── fsevents@1.2.13
│ ├─┬ chokidar@3.4.3
│ │ └── fsevents@2.1.3
│ └─┬ parcel-bundler@1.12.4
│   └─┬ @parcel/watcher@1.12.1
│     └─┬ chokidar@2.1.8
│       └── fsevents@1.2.13
└─┬ jest@24.9.0
  └─┬ jest-cli@24.9.0
    └─┬ @jest/core@24.9.0
      └─┬ jest-haste-map@24.9.0
        └── fsevents@1.2.13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant