Windows
Sadly, Windows is not a first-class citizen in the Axogen world. But you can still use it with some workarounds.
Using Axogen on Windows
On Linux and macOS, you would run Axogen like this:
axogen generate
On Windows, you need to use npx
(or your package manager's equivalent):
- npm
- Yarn
- pnpm
- Bun
npx @axonotes/axogen generate
yarn dlx @axonotes/axogen generate
pnpm dlx @axonotes/axogen generate
bun x @axonotes/axogen generate
This is the same for all commands. Just prepend npx @axonotes/axogen
to the
command you want to run instead of axogen
.