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

sublime-tailwindcss not work #3

Open
quangtrongonline opened this issue Feb 22, 2019 · 3 comments
Open

sublime-tailwindcss not work #3

quangtrongonline opened this issue Feb 22, 2019 · 3 comments

Comments

@quangtrongonline
Copy link

i have install this package by package control, but it not working for me. Please show me more detailed installation instructions in window

@iangrams
Copy link

Hey @quangtrongonline if you do not have Node installed in the normal path that Sublime Text looks for it, make sure to set it in your sublime-settings like described in the readme:

{
  "node_path": "/usr/bin/node"
}

Also it seems this plugin only works within css, html, and jsx files at the moment. What type of file are you using?

@quangtrongonline
Copy link
Author

i have set
{ "node_path": "C:/Program Files/nodejs", }
but it dont work for me.

@iangrams
Copy link

From: https://stackoverflow.com/a/20266880/593230
You need to include the exe file in the path on Windows, like "node_path": "C:/Program Files/nodejs/node.exe"
Also you can check the ST3 console to see what errors are occuring (View > Show Console)

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

2 participants