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
HQ Live Server is dependent on node-sass which is platform dependent. So far there is no way to update such dependencies automatically microsoft/vscode#6929
For now there is possibility to rebuild node-sass manually:
cd into extension directory
cd~/.vscode/extensions/hqjs.hq-live-server-x.x.x
switch to default nodejs
nvm use default
rebuild native dependencies
npm rebuild
then restart vscode.
The text was updated successfully, but these errors were encountered:
HQ Live Server is dependent on node-sass which is platform dependent. So far there is no way to update such dependencies automatically microsoft/vscode#6929
For now there is possibility to rebuild node-sass manually:
then restart vscode.
The text was updated successfully, but these errors were encountered: