-
Notifications
You must be signed in to change notification settings - Fork 40
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
Dev env setup notes #130
Comments
Some error snippets for searchability by anyone else running into these issues. Error from
Error from
Crypto error running rushx storybook
|
Thanks @ryprice - we will look into updating the documentation. Also we can see about eliminating node-sass from the dependency tree in React, optimally we don't want something that needs to bring in node-gyp due to complexities such as these. |
✅ Jira issue https://jira.corp.adobe.com/browse/CAI-5243 is successfully created for this GitHub issue. |
If it's useful, I was able to get this running on macOS Monterey (x86) but hit a few issues that made it made it a bit discouraging to get started:
npm install -g wasm-pack
, and skip settingexport MACOSX_DEPLOYMENT_TARGET=10.7
. I don't know which is better.export PYTHON=/usr/bin/python3
. Not sure what the right solution here is.rushx storybook
, I needed to firstexport NODE_OPTIONS=--openssl-legacy-provider
.The text was updated successfully, but these errors were encountered: