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
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?
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)
i have install this package by package control, but it not working for me. Please show me more detailed installation instructions in window
The text was updated successfully, but these errors were encountered: