简体   繁体   中英

WebStorm stuck on /usr/local/bin/node after update

I did an update of WebStorm this morning. Since the update, my project will no longer run properly. It gets stuck on /usr/local/bin/node , nothing else gets executed. Does anyone else have this issue?

More specifically, I am talking about the green 'run node app.js' arrow button on the top right. I have set the run configuration to always do node app.js but that button is not working anymore. If I go into terminal and manually type in node app.js , the project will run.

Screenshot of run configuration:

在此输入图像描述

Since it's complaining about the working directory, I'd look at fixing that. But you also need to specify the file you want to run in the JavaScript file: input

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM