-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- https://aquaproj.github.io/docs/reference/nodejs-support/
- Add the input for Node.js Support aqua-installer#674
To execute tools installed by npm i -g, you need to set npm's preset config and the environment variable $PATH.
This issue proposes to add the parameter to set them in this orb.
export NPM_CONFIG_PREFIX="${XDG_DATA_HOME:-$HOME/.local/share}/npm-global"
export PATH=$NPM_CONFIG_PREFIX/bin:$PATHOf course, you can configure them without this feature, but this feature is user friendly.
Workaround
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request