-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node: command not found
on MacOS 12
#824
Comments
please let me know the following command outputs:
|
node: command not found
on MacOS 12
also, what is the processor you have? is it M1? |
thanks for your reply, it's Intel > fnm ls
* v14.15.1 default
* system
> echo $PATH
/Users/nullpoint/Library/Caches/fnm_multishells/54612_1665295707743/bin:/Users/nullpoint/development/sdk/fnm/1.31.1:.....
> fnm env
export PATH="/Users/nullpoint/Library/Caches/fnm_multishells/56661_1665295888335/bin":$PATH
export FNM_MULTISHELL_PATH="/Users/nullpoint/Library/Caches/fnm_multishells/56661_1665295888335"
export FNM_VERSION_FILE_STRATEGY="local"
export FNM_DIR="/Users/nullpoint/development/sdk/fnm/nodes"
export FNM_LOGLEVEL="info"
export FNM_NODE_DIST_MIRROR="https://npmmirror.com/mirrors/node"
export FNM_ARCH="x64"
rehash
> tree ~/development/sdk/fnm/nodes -L 4
/Users/nullpoint/development/sdk/fnm/nodes
├── aliases
│ └── default -> /Users/nullpoint/development/sdk/fnm/nodes/node-versions/v14.15.1/installation
└── node-versions
└── v14.15.1
├── installation
└── node-v14.15.1-darwin-x64
├── CHANGELOG.md
├── LICENSE
├── README.md
├── bin
├── include
├── lib
└── share |
@Schniz The README states:
But I believe this is wrong. When I install The install automatically updates the
but I changed it to:
Opened a new terminal and things started to work.
|
Whether it's
manual
installation orfnm-install.sh
installation orfnm-install.sh
installation, and shell-setup.I found sample problem on #427 , but no solution found.
In addition, the directory of
$FNM_MULTISHELL_PATH/bin
also doesn't exist.System is
macos 12
The text was updated successfully, but these errors were encountered: