13

When you switch to the nvm to manage your node versions, should you point your node interpreter to that one?

ie from /usr/bin/node to the ~/.nvm/v.xxx one

I ask because I'm running into some issues with webstorm when trying to debug node stuff now.

4

4 に答える 4

1

はい、Node Interpreter を使用したいバージョンに明示的に設定する必要があります

于 2014-06-17T12:56:22.480 に答える
1

それを行う必要はありません。特定され報告されたのはバグだったようです。修正は、WebStorm の次の 2016.1.3 EAP バージョンでリリースされる予定です。

https://youtrack.jetbrains.com/issue/WEB-21558

于 2016-05-10T01:26:19.600 に答える