SWC is a piece of technology used by Embeddable’s core SDK. When the node module for it is installed, it’s supposed to build a binary file, but this file doesn’t always get built reliably. If you run into the error, these steps should trigger a full rebuild:
- Delete the
node_modulesfolder - Delete
package-lock.json - Re-run
npm install
This should get you up and running!