crzyjcky
crzyjcky
Chip: Apple M1 Pro ``` % node -v v18.2.0 % npm -v 8.9.0 % curl -sL https://aws-amplify.github.io/amplify-cli/install | bash && $SHELL ... bash: line 111: /Users//.amplify/bin/amplify: Bad CPU type in...
hi @josefaidt, after installing `softwareupdate --install-rosetta`, amplify-cli v8 works. Thanks. ``` % arch arm64 % amplify -version 8.2.0 ```
After spending more than a week to fix the error (I almost give up), I found the solution here: https://github.com/arackaf/customize-cra/issues/315#issuecomment-1017081592 TLDR - add the following lines in `config-overrides.js`: ``` const...
There's one opened PR in Feb https://github.com/nicolaka/netshoot/pull/94. Not sure why it's not getting merged after so many months.
This ticket has been opened since 2017, what's holding it back?
The `cra-template` prefix is not required. ``` npx create-react-app react-d3-hello-world --template must-have-libraries ```