Node.js core library cannot be enabled
Hi,
I am trying to set a new nodejs project in webstrom 11.0.4.
When I go to enable the node core library for the project, it tries for a while but cannot enable it.

Another issue I am getting regarding nodejs is when I try to set a new project and choose Node.js Express App I am getting:

I do not know if the issues are related and how do I solve them?
Thanks.
Please sign in to leave a comment.
WebStorm 11 provides no support for Node.js 10.x.
Please either upgrade WebStorm to theb recent version or downgrade Node.js to 6.x (or even 4.x)
Thanks a lot Elena.