React-create-app не может открыть IDE при возникновении ошибки - PullRequest
0 голосов
/ 30 августа 2018

Я использую react-create-app и все работает как положено. Однако мне бы хотелось, чтобы при возникновении ошибки он автоматически открывал соответствующий файл.

Я настроил файл .env.local как рекомендуемый .

BROWSER=none
REACT_EDITOR=phpstorm

Error

Note that the development build is not optimized.
To create a production build, use npm run build.


Could not open persistStore.js in the editor.
The editor process exited with an error: spawn phpstorm ENOENT.

To set up the editor integration, add something like REACT_EDITOR=atom to the .env.local file in your project folder and restart the development server. 

Может быть, это ошибка PhpStorm, а не RCA?

...