NPM Installer
NPM package management is coming soon. The features described below are under active development.
Elide plans to provide built-in NPM package management powered by Orogene, a Rust-based package manager. The goal is to resolve and install NPM dependencies natively, without requiring a separate package manager like npm or yarn.
Planned Features
- npm registry compatibility — resolve packages from the npm registry
- Lock file support — read and write
package-lock.json - Fast parallel resolution — resolve and install packages concurrently
- Conventional layout — install into
node_modules
Note
Currently, elide install resolves JVM (Maven) dependencies only. NPM dependency resolution is not yet available.
Read more about Orogene at orogene.dev.