System Requirements
Package Manager Installation
Choose your preferred package manager:
Verify Installation
Confirm the installation was successful:
You should see output similar to:
Configuration
Create a configuration file in your project root:
Enable auto-updates to always have the latest features and security patches.
Troubleshooting
Command Not Found
If you see "command not found", ensure your PATH includes the npm global bin directory:
Permission Errors
On macOS/Linux, you may need to use sudo:
Consider using a Node version manager like nvm to avoid permission issues.
Windows Installation Issues
On Windows, run PowerShell as Administrator for global installations.
Next Steps
Now that you've installed the package, check out the Quickstart Guide to build your first project.