I’ve installed the latest version of meteor 1.4.2.3 and simply trying to create my first meteor app. The steps are simple but the process keeps looping on “Starting your app”.
I’ve searched for solutions and tried the following with no success: meteor update, changing the port, npm install, meteor reset, uninstall and reinstall.
Stuck at “Starting you app” seems to be a common issue with no consensus on solution.
One thing I do is confirm that the project release number matches the installed version of meteor.
What setting do you find in the file <your proj>/.meteor/release?
What does the command meteor --version return when run outside your project directory?
Ok. If your file <your proj>/.meteor/release contains the same thing, then you’ve eliminated that possible reason.
I know nothing about using Meteor under Windows. You’d risk fewer issues working in a Linux virtual machine in Windows using Virtual Box or VMWare, in my opinion.
I have the myapp (app created with Meteor) file setup in a folder on my desktop. How would I determine if the folder is a mapped/linked/remote file system? Through the folder properties?