Skip to content

Node.js

Dave Cox edited this page May 11, 2023 · 1 revision

macOS

To use global packages (e.g. installed with sudo npm install --global web-ext), define environment variable NODE_PATH to include the npm global root.

# ~/.bashrc
 ⋮
export NODE_PATH=$(npm root --quiet -g)

Clone this wiki locally