Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The Coding Assistance of Node.js and NPM can not enable in WebStorm

The Coding Assistance of Node.js and NPM can not enable in WebStorm.

In the WebStorm -> File -> Default Settings -> Languages & Frameworks -> Node.js and NPM:

enter image description here

I want to enable the Coding Assistance, but it can not be enabled.

My WebStorm version is WebStorm 2016.2.


EDIT-1

The /usr/local/bin/node exists, because you can see the 8.9.1 in the snapsot.

and I also check the version of it:

$ /usr/local/bin/node -v
v8.9.1
like image 804
aircraft Avatar asked Feb 24 '18 07:02

aircraft


1 Answers

unfortunately WebStorm 2016.x doesn't support recent Node.js versions. Node.js core library can't be enabled when using Node.js 8.x, debugging won't work, etc. You have to either downgrade Node.js to v.4.x or upgrade WebStorm to the most recent version

like image 180
lena Avatar answered Oct 04 '22 23:10

lena