Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install nrwl/nx. 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.

nrwl/nx Installation Guide

How to install nrwl/nx. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for nrwl/nx. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i nrwl/nx
or

Install via npx

npx @hexmos/ipm i nrwl/nx

Prerequisites

Node.js

language

Version: >= 16.0.0

npm

package_manager

Version: 8.14.3

yarn

package_manager

Version: 20.0.0

npm-cli

package_manager

Version: 10.0.0

yarn-global

package_manager

Version: 20.0.0

npm-config

environment

Configure npm to use the correct Node.js version.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Package Manager (npm/yarn)

npx create-nx-workspace

Post Installation Steps

  • Open your browser and navigate to http://localhost:4200/ to view the application.
  • Run `npm run start` in your terminal to launch the development server.