Skip to content
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

Not finding node if Installed with linuxbrew #67

Closed
T04435 opened this issue Mar 5, 2016 · 1 comment
Closed

Not finding node if Installed with linuxbrew #67

T04435 opened this issue Mar 5, 2016 · 1 comment

Comments

@T04435
Copy link

T04435 commented Mar 5, 2016

Hi there I have my node installation using linuxbrew, but when I try run ctrl+shit+p > Autoprefix CSS

It outputs:
Autoprefixer
Couldn't find Node.js. Make sure it's in your $PATH by running node -v in your command-line.

my command line node -v output

$ node -v
$ v5.7.0

Any Special configuration required to read the linuxbrew, that I need to set up, Thanks in advance

@T04435
Copy link
Author

T04435 commented Mar 5, 2016

Solved using a reference from CSScomb

"

Caveats

If node has been installed with NVM you need to make a symlink to node in /usr/local/bin. Using OS X, the binary path would typically be /Users/[your name]/.nvm/[node version]/bin/node.

"

@T04435 T04435 closed this as completed Mar 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant