How to install Schniz/fnm. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
Schniz/fnm Installation Guide
How to install Schniz/fnm. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for Schniz/fnm. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i Schniz/fnmor
Install via npx
npx @hexmos/ipm i Schniz/fnmPrerequisites
Rust
build_toolVersion: 1.70.0-stable, 1.80.0-rc.1, 1.90.0-alpha.1
Node.js
package_managerVersion: 16.x
curl
system_toolVersion: 7.84.0
unzip
system_toolGit
system_toolVersion: 2.35.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Automatic Installation via Script (macOS/Linux)
curl -fsSL https://fnm.vercel.app/install | bash
brew install fnm
winget install Schniz.fnm
scoop install fnm
choco install fnm
cargo install fnmManual Setup (Shell Configuration)
fnm env --use-on-cdShell Setup (Bash, Zsh, Fish)
eval $(fnm env --use-on-cd --shell bash)
eval $(fnm env --use-on-cd --shell zsh)
eval $(fnm env --use-on-cd --shell fish)Windows PowerShell Setup
fnm env --use-on-cd --shell powershell | Out-String | Invoke-ExpressionPost Installation Steps
- Open your terminal and run `fnm start` to launch the server.
- If you're using a database, run `fnm migrate` to apply any necessary migrations.
