-
Notifications
You must be signed in to change notification settings - Fork 41
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
Error during installation: "node.js" on Mac OS with nvm #65
Comments
nvm
Have you tried setting the version?
And setting a default alias will help you in the long run: And make sure after you install the version you open a new terminal window - just to make sure that the path was loaded ... Let me know if it works out. |
@nvwebd yes, I have already set a default alias of
|
@nvmebd any other ideas? |
@iamskok Your PATH setting has 'node' included at the end. Remove that and it should be fine:
|
Thanks a lot! That was the issue. |
type node -v and got this error dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin dyld: Symbol not found: ____chkstk_darwin |
all the giving solution i tried but o one will work please help |
Hi there 👋
I really enjoyed using your plugin, but I started getting errors after I switched to
nvm
:In order to fix it I added new
PATH
in my.../User/JavaScript Enhancement.sublime-settings
file, but it didn't help.JavaScript Enhancement v0.16.20
Sublime Text v3.1.1
The text was updated successfully, but these errors were encountered: