You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to building a project with Xcode, I needed to create a symbolic link by using the following command in the terminal:
sudo ln -s $(which node) /usr/local/bin/node
However, after running this command, the fnm use command no longer changes the Node.js version as expected. The node version always defaults to the version set as the default by fnm.
However, this problem does not occur with nvm. Is there any way to fix it with fnm? I need to use the symbolic link.
The text was updated successfully, but these errors were encountered:
Due to building a project with Xcode, I needed to create a symbolic link by using the following command in the terminal:
sudo ln -s $(which node) /usr/local/bin/node
However, after running this command, the fnm use command no longer changes the Node.js version as expected. The node version always defaults to the version set as the default by fnm.
However, this problem does not occur with nvm. Is there any way to fix it with fnm? I need to use the symbolic link.
The text was updated successfully, but these errors were encountered: