Verify your install
Version check
smartspec version
Expected: a semver line such as smartspec 0.1.0.
Self-doctor
smartspec doctor
doctor walks through the runtime environment and reports anything that would
make an audit fail: network access, write permissions, missing dependencies.
Troubleshooting
"command not found: smartspec"
If you installed via npm, check that the npm global bin directory is on
your $PATH:
npm bin -g
echo $PATH
If you installed via curl, add the installer-suggested line to your shell rc file:
export PATH="$HOME/.smartspec:$PATH"
Wrong Node version (npm install)
smartspec requires Node ≥ 20. Check with node -v. Use nvm/asdf to switch.
Network errors during install (curl)
The installer downloads release assets from GitHub. If GitHub is blocked on
your network, download the matching asset from
github.com/smartwebanto/smartspec/releases
manually and place it at $HOME/.smartspec/smartspec.