Sublime Forum

HTLM/CSS/JS HTMLPrettify Node.js to old!

#1

Hi

I suddenly get this error in both Sublime Text 2 & 3.
Has else worked for years -> but not anymore :frowning2:

Sublime popup text: Node.js version in the default path is to old! Please download the latest version and specify the update location.

My location is windows: (HTMLPrettify.sublime-settings)
“node_path”:
{
“windows”: “C:/Program Files/nodejs/node.exe”,
“linux”: “/usr/bin/nodejs”,
“osx”: “/usr/local/bin/node”
},

have try to installed:
node-v4.3.0-x86.msi ->Sublime: error txt pop up
node-v4.5.0-x64.msi ->Sublime: error txt pop up
node-v5.12.0-x64.msi ->Sublime: error txt pop up
node-v5.7.0-x64.msi ->Sublime: error txt pop up
node-v6.0.0-x64.msi -> Sublime do not respond when pretty activated
node-v6.8.1-x64.msi -> Sublime do not respond when pretty activated
node-v8.12.0-x64.msi-> Sublime do not respond when pretty activated
node-v9.11.1-x64.msi-> Sublime do not respond when pretty activated
node-v10.7.0-x64.msi -> Sublime do not respond when pretty activated
all with:
{
Your environment has been set up for using Node.js x.xx.0 (x64) and npm.

C:\Users\adm>npm install js-beautify
npm WARN deprecated @types/commander@2.12.2: This is a stub types definition for commander (https://github.com/tj/commander.js). commander provides its own type definitions, so you don’t need @types/commander installed!
C:\Users\adm
±- csslint@1.0.5
`-- js-beautify@1.8.6

npm WARN enoent ENOENT: no such file or directory, open ‘C:\Users\adm\package.json’
npm WARN adm No description
npm WARN adm No repository field.
npm WARN adm No README data
npm WARN adm No license field.
}

Does anyone have any good suggestions for what I can do to get HTLM/CSS/JS HTMLPrettify to work again?

:slight_smile: philip

0 Likes