Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion pages/getting-started/download-repo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,21 @@ npm run embeddable:build
```
</Steps>

On Windows, you may encounter an like `Cannot find module './swc.win32-x64-msvc.node'` at this point.

Make sure you have Microsoft Visual C++ Redistributable installed. https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist

Following this, delete `node_modules` and `package-lock.json`. Finally, install your `node_modules` again:

```bash
npm i
```


## Next steps

You're now ready to set up your workspace and push your first code bundle.

<CardGrid>
<LinkCard title="Set up your Workspace" href="/getting-started/set-up-your-workspace" icon=""/>
</CardGrid>
</CardGrid>