<!-- DO NOT DELETE validate_template=true template_path=.github/ISSUE_TEMPLATE/bug_report.md --> <!-- Thank you for contributing to the Firebase community! Think you found a bug? ======================= Yeah, we're definitely not perfect! Please use this template and include a minimal repro when opening the issue. If you know how to solve the issue, please create a Pull Request, and we'd be happy to review it! Have a feature request? ======================== Great, we love hearing how we can improve our products! However, do not use this template to submit a feature request. Please submit your feature requests to: https://firebase.google.com/support/contact/bugs-features/ Have a usage question? ======================= We get lots of those and we love helping you, but GitHub is not the best place for them and they will be closed. Please take a look at the guide first: https://firebase.google.com/docs/cli/ If the official documentation doesn't help, try asking through our official support channel: https://firebase.google.com/support/ Additional locations to check for solutions or assistance from the community: - Stack Overflow: https://stackoverflow.com/ - Firebase Slack Community: https://firebase.community/ *Please avoid duplicate posting across multiple channels!* --> ### [REQUIRED] Environment info <!-- What version of the Firebase CLI (`firebase-tools`) are you using? Note that your issue may already be fixed in the latest versions. The latest version can be found at https://github.com/firebase/firebase-tools/releases --> <!-- Output of `firebase --version` --> **firebase-tools:** 9.8.0 <!-- e.g. macOS, Windows, Ubuntu --> **Platform:** macOS (Apple M1) **NodeJS:** 15.12.0 ### [REQUIRED] Test case <!-- Provide a minimal, complete, and verifiable example (http://stackoverflow.com/help/mcve) --> Any Firebase Functions project ### [REQUIRED] Steps to reproduce <!-- Provide the steps needed to reproduce the issue with the above test case. --> Run this command: ```bash firebase deploy --only functions ``` ### [REQUIRED] Expected behavior <!-- What is the expected behavior? --> I'd expect it to deploy my functions as normal. It works perfectly with version 9.7.0 and below, but 9.8.0 breaks it. ### [REQUIRED] Actual behavior <!-- Run the command with --debug flag, and include the logs below. --> ``` dyld: lazy symbol binding failed: Symbol not found: __Z18sse42_is_availablev Referenced from: /Users/palkerecsenyi/.nvm/versions/node/v15.12.0/lib/node_modules/firebase-tools/node_modules/sse4_crc32/build/Release/crc32c.node Expected in: flat namespace dyld: Symbol not found: __Z18sse42_is_availablev Referenced from: /Users/palkerecsenyi/.nvm/versions/node/v15.12.0/lib/node_modules/firebase-tools/node_modules/sse4_crc32/build/Release/crc32c.node Expected in: flat namespace zsh: abort firebase deploy --only functions:<redacted>,functions:<redacted> ```