Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Incorrect Meteor executable" in Webstorm 10 on Windows 8.1

I am trying to figure out where to find my meteor executable on Windows.

When pointing Webstorm to the "meteor.bat" in my Users\myUser\AppData\Local.meteor folder Webstorm 10 does not accept "meteor.bat" as the executable.

EDIT: I am using Meteor for Windows.

Where should I point it to?

like image 311
Moritz Schmitz v. Hülst Avatar asked Apr 06 '15 08:04

Moritz Schmitz v. Hülst


1 Answers

I was able to fix this issue by setting the meteor.bat path in the WebStrom global settings.

Open the WebStrom settings dialog: enter image description here

Type meteor in the top left search box: enter image description here

On the right hand side, set the meteor executable path and save.

Now you should be able to create meteor app

like image 161
Naveen Kumar Avatar answered Sep 22 '22 10:09

Naveen Kumar