Code Monkey home page Code Monkey logo

meteor-win's Introduction

Meteor

Meteor is an ultra-simple environment for building modern web applications.

With Meteor you write apps:

  • in pure Javascript
  • that send data over the wire, rather than HTML
  • using your choice of popular open-source libraries

Documentation is available at http://docs.meteor.com/

Quick Start

Install Meteor (Linux/Mac):

curl https://install.meteor.com | /bin/sh

Install Meteor (Windows):

Download and run http://win-install.meteor.com/LaunchMeteor.exe

Create a project:

meteor create try-meteor

Run it:

cd try-meteor
meteor

Deploy it to the world, for free:

meteor deploy try-meteor.meteor.com

Slow Start (for developers)

If you want to run on the bleeding edge, or help develop Meteor, you can run Meteor directly from a git checkout.

git clone git://github.com/meteor/meteor.git
cd meteor

If you're the sort of person who likes to build everything from scratch, you can build all the Meteor dependencies (node.js, npm, mongodb, etc) with the provided script. This requires git, a C and C++ compiler, autotools, and scons. If you do not run this script, Meteor will automatically download pre-compiled binaries when you first run it.

# OPTIONAL
./scripts/generate-dev-bundle.sh

Now you can run meteor directly from the checkout (if you did not build the dependency bundle above, this will take a few moments to download a pre-build version).

./meteor --help

From your checkout, you can read the docs locally. The /docs directory is a meteor application, so simply change into the /docs directory and launch the app:

cd docs/
../meteor

You'll then be able to read the docs locally in your browser at http://localhost:3000/

Note that if you run Meteor from a git checkout, you cannot pin apps to specific Meteor releases or run using different Meteor releases using --release.

Uninstalling Meteor

Aside from a short launcher shell script, Meteor installs itself inside your home directory. To uninstall Meteor, run:

rm -rf ~/.meteor/
sudo rm /usr/local/bin/meteor

Developer Resources

Building an application with Meteor?

Interested in contributing to Meteor?

We are hiring! Visit https://www.meteor.com/jobs/working-at-meteor to learn more about working full-time on the Meteor project.

meteor-win's People

Contributors

andreas-karlsson avatar arbesfeld avatar avital avatar awwx avatar cangit avatar clarete avatar cmather avatar dandv avatar debergalis avatar dgreensp avatar ed-von-schleck avatar estark37 avatar glasser avatar gschmidt avatar html5cat avatar jagill avatar jonathankingston avatar justinsb avatar marcandre avatar mariapacana avatar mitar avatar mizzao avatar mquandalle avatar n1mmy avatar possibilities avatar slava avatar timhaines avatar tmeasday avatar zealoushacker avatar zol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meteor-win's Issues

Windows 8 x64 crash

We try to run a project on Windows 8 (64 bit) with 0.6.3.1 - rev 3 but it will crash as soon as it starts (without an error)

C:\Users\Danielle\Documents\GitHub\ak500 [master +0 ~1 -0]> dir


    Directory: C:\Users\Danielle\Documents\GitHub\ak500


Mode                LastWriteTime     Length Name
----                -------------     ------ ----
d----        25/05/2013  11:11 PM            .meteor
d----        25/05/2013  11:08 PM            client
d----        25/05/2013  11:08 PM            models
d----        25/05/2013  11:08 PM            packages
d----        25/05/2013  11:08 PM            public
d----        25/05/2013  11:08 PM            server
-a---        25/05/2013   2:58 PM       2889 .gitignore
-a---        23/05/2013   9:20 PM        263 .project
-a---        23/05/2013   7:19 PM        834 README.md


C:\Users\Danielle\Documents\GitHub\ak500 [master +0 ~1 -0]> meteor
=> Running Meteor from a checkout -- overrides project version (0.6.3.1)

[[[[[ ~\Documents\GitHub\ak500 ]]]]]

=> Meteor server running on: http://localhost:3000/
C:\Users\Danielle\Documents\GitHub\ak500 [master +0 ~1 -0]>

It stops after running (I didn't stop it)

Crashing when creating an application

hi!
My system: windows xp sp3.

Test case:

  1. downloaded last version from here: https://github.com/sdarnell/meteor/wiki/Windows
  2. installed
  3. followed README.md and created a project with meteor create try-meteor and then
    cd try-meteor / meteor

Problem:

  1. on console and from web page I have so far:

Your app is crashing. Here's the latest log.

F:\progettiMeteor\test.meteor\local\build\server\server.js:325
}).run();
^
Error: Can't find npm module 'sockjs'. Did you forget to call 'Npm.depends' in package.js within the 'livedata' package?
at Object._.each.Npm.require (F:\progettiMeteor\test.meteor\local\build\server\server.js:259:23)
at new Meteor.DdpStreamServer (app/packages/livedata/stream_server.js:18:20)
at new Meteor.LivedataServer (app/packages/livedata/livedata_server.js:1002:24)
at app/packages/livedata/server_convenience.js:8:19
at F:\progettiMeteor\test.meteor\local\build\server\server.js:286:12
at Array.forEach (native)
at Function.
.each.
.forEach (C:\Programmi\Meteor\lib\node_modules\underscore\underscore.js:79:11)
at run (F:\progettiMeteor\test.meteor\local\build\server\server.js:227:7)
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.

note: this problem is also on example project.

thanks!

Cannot upgrade to Meteor 0.8.3

Previously I had no problem updating my projects to the latest Meteor version using "meteor update".
But now it seems Meteor 0.8.3 is available and "meteor update" says that 0.8.2 is the latest version.
Do you have the same issue? Is it related to the Windows port?

/sockjs/info 404 not found

I'm using 0.6.3.1-rev3 of Meteor for Windows and have had no problems until resently. I played around with it a little trying to make some integration tests. For that purpose, I tried to launch meteor from my test.js file. This proved a little difficult, so I decided to launch the server manually instead. That's when I first got the following message in the browser console:

GET http://localhost:3000/sockjs/info 404 (Not Found) sockjs-0.3.4.js:821

I figured it had to do with my fiddling, so I reinstalled Meteor, rebooted my computer and made a new project. Still, I get the same error. Any ideas?

The problem exists for Chrome, Firefox, Opera and IE10

Form tag issue

Form tag in one template blocks other template from rendering.
Using meteor 0.6.4.1 in windows 8 & 7. I didn't check in ubuntu.

To reproduce:

  1. git clone https://github.com/SoumenDas/meteor_form_bug.git
  2. click the next button
  3. If form tag in template part1 is commented then everything works fine.

WebSocket connection error

Latest code, I get the following error in Chrome console:

"WebSocket connection to 'ws://localhost:8000/sockjs/350/yh7aanty/websocket' failed: WebSocket is closed before the connection is established.

sockjs-0.3.4.js:1300"

I'm running on port 8000.

`meteor run`, `meteor mongo` crash and burn (0.7.1.2/WinXP)

Executing meteor run for a newly-created project with release 0.7.1.2 on Windows XP results in the stack trace below, and likewise for meteor mongo:

J:\msys\home\faultyram\meteor\leaderboard>meteor
[[[[[ J:\msys\home\faultyram\meteor\foobar ]]]]]

=> Started proxy.
=> Starting MongoDB... -�[G
C:\Documents and Settings\faultyram\Application Data\.meteor\tools\47782522f9\lib\node_modules\fibers\future.js:206
            throw(ex);
                  ^
Error: Couldn't run tasklist: {"killed":false,"code":-1073741515,"signal":null}
    at Object.Future.wait (C:\Documents and Settings\faultyram\Application Data\.meteor\tools\47782522f9\lib\node_modules\fibers\future.js:326:15)
    at findMongoPids (C:\Documents and Settings\faultyram\Application Data\.meteor\tools\47782522f9\tools\run-mongo.js:142:16)
    at findMongoAndKillItDead (C:\Documents and Settings\faultyram\Application Data\.meteor\tools\47782522f9\tools\run-mongo.js:172:14)
    at C:\Documents and Settings\faultyram\Application Data\.meteor\tools\47782522f9\tools\run-mongo.js:265:5
    - - - - -
    at C:\Documents and Settings\faultyram\Application Data\.meteor\tools\47782522f9\tools\run-mongo.js:97:24
    at ChildProcess.exithandler (child_process.js:641:7)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:743:16)
    at Process.ChildProcess._handle.onexit (child_process.js:810:5)

This occurs with a fresh install, with and without a separate Node.js installation. According to a quick Google search, the error code -1073741515 is defined in ntstatus.h as STATUS_DLL_NOT_FOUND, so there may be a dependency issue somewhere.

Build meteor from scratch on Windows

I have used your installer and launchmeteor also. It works nicely- Thx!
I am interested to build meteor from scratch on Windows 8.1
How do I get started?
Basic plan: get code => build => create msi

Packages: Package undefined

When trying to run a meteor app with a "packages" folder containing a package such as accounts-asana, a reference error: Package is not defined is thrown from the package.js file line 1. This doesn't occur on Mac OS.

Package loading order and crash without 'standard-app-packages'

Here's a demo: https://github.com/yeputons/meteor-package-load-and-fail . I've got this issue while working on Meteorite (oortcloud/meteorite#245). If you run this application on Linux, you will get:

Test package 1 installed (branch/master)
Test package 2 installed (branch/master)
Program has no main() function.

But if you run it on Windows, if fails after the first line:

Test package 1 installed (branch/master)
Program has no main() function.

If you add standard-app-packages, it will work OK and similar both on Windows and Linux.

use the Latest Meteor for Windows (exe bootstrapper) to install and got a error

I use Latest Meteor for Windows (exe bootstrapper) to install meteor on my windows 7(32 bit os),and after download files to setup the program i got a error as follows:

Downloading initial Meteor files...
100 ###########################################################################
Download complete (33.7 MB)
Extracting files to C:\Users{user}\AppData\Local.meteor
................................................................................
....
Error processing path: C:\Users....\AppData\Local.meteor~\packages\less\8
236d0d585\plugin.compileLess.os\npm\compileLess\plugin\node_modules\less\node_mo
dules\request\node_modules\form-data\node_modules\combined-stream\node_modules\d
elayed-stream\test\integration\test-delayed-http-upload.js
Deleting directory: C:\Users\zhenggang\AppData\Local.meteor~
Unexpected exception: System.IO.PathTooLongException:

在 System.IO.Path.SafeSetStackPointerValue(Char* buffer, Int32 index, Char va
lue)
在 System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
在 System.IO.Path.NormalizePath(String path, Boolean fullCheck)
在 System.IO.Path.GetDirectoryName(String path)
在 LaunchMeteor.Program.ExtractTgz(Stream stream, String directory, Func`2 tr
ansform)
在 LaunchMeteor.Program.BootstrapWarehouse(String warehouse)
在 LaunchMeteor.Program.Main(String[] args)

anybody who knows how to solve it?

Can't login and logout with MinimongoError (0.7.1.2 / winXP)

After running Meteor with release 0.7.1.2 on Windows XP,
I couldn't login in a browser window with the following error came out

Uncaught MinimongoError: cant' set field named $push

and couldn't logout as well ( login before )

Uncaught MinimongoError: cant' set field named $pull

but it works well on Linux (0.7.1.2) as development.

Meteor v0.8

Hi,

Just want to check when do you think a support will be available. Because we need to wait for this, and would like to plan when we make the switch. Just a rough timeline would be great.

Keep up the great work!
Cheers

Latest version does not install on WinXP correctly and does not cleanup after itself

The latest version of LaunchMeteor.exe does not install correctly on WinXP. In the last installation step, it shows something like:

Extracted 6101 files (101,9 MB)
Files extracted successfully

Updating PATH to include D:\Dokumente und Einstellungen\USERNAME\Anwendungsdaten\.meteor

module.js:356
  Module._extensions[extension](this, filename);
                               ^
Error: no errorD:\Dokumente und Einstellungen\USERNAME\Anwendungsdaten\.meteor\tools\e42f0b78d3\lib\node_modules\fibers\bin\win32-ia32-v8-3.14\fibers.node
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (D:\Dokumente und Einstellungen\USERNAME\Anwendungsdaten\.meteor\tools\e42f0b78d3\lib\node_modules\fibers\fibers.js:17:18)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)

Please press any key to exit.

The buggy stuff is added to the PATH, so the user needs to manually cleanup.

regards

No inidication of version for LaunchMeteor

From here http://win.meteor.com/
Latest Meteor for Windows (exe bootstrapper) gives no indication of the current version.
I see a branch 0.9.0.1 but running lauchmeteor did not update from 0.8.3
When I went from 0.8.2 to 0.8.3 it was done using the 'meteor update' command.
How do I know when/how to test this?

Ctrl + C doesn't kill meteor app

Hello,
I am writing integration with meteor. I use 'meteor.bat' file for starting Meteor. My app tries to kill meteor process over send Ctrl+C signal to the process but meteor shows a confirmation 'Terminate batch job (Y/N)?' instead of killing. I think that a conformation for signal Ctrl + C is not expected behaviour. Could you fix the problem?

Assets within directories are not processed in a cross-platform way (problems with slashes)

Demonstration: https://github.com/yeputons/meteor-windows-assets . I've tested it on Meteor 0.7.0.1, installed with LaunchMeteor.exe, no MSI.

Brief description:

Assets.getText('directory\\file.txt'); // Works OK
Assets.getText('directory/file.txt'); // Fails with 'Unknown asset' error

Problem is /tools/server/boot.js:142: fileInfo.assets's keys are stored with back slashes (Windows' native method, all WinAPI functions use them), but getText's argument has forward slashes (as it's on most UNIX systems). That produces compatibility problem: JS has no idea that directory/file.txt and directory\file.txt are the same.

Probably, one of these two should be changed to replace all forward slashes to back slashes (or vice-versa).

@sdarnell Please share your thoughs on it.

Websocket error on console

I am on Windows 7 64-bit

On my browser console (chrome latest) I get the following:

WebSocket connection to 'ws://localhost:3000/sockjs/509/cdn9f0lp/websocket' failed: WebSocket is closed before the connection is established.

If I deploy the app on meteor.com, that error disappears.

I tried running meteor from both cmd and cmd run as administrator but that did not make a difference

IPv6 localhost fix needs to be re-applied in 0.7.1.2 +

There was a significant reshaping of the server listening code and I needed to remove the IPv6 change (listening on both IPv4 and IPv4 localhost addresses).

This needs to be re-introduced as there is a significant startup delay as Chrome pauses before trying what it considers to be a different address.

Add support to pass on NTLM credentials for people behind corporate firewalls

Here's the error I get:

Downloading initial Meteor files...
Unexpected exception: System.Net.WebException: The remote server returned an err
or: (407) Proxy Authentication Required.
   at LaunchMeteor.Program.BootstrapWarehouse(String warehouse)
   at LaunchMeteor.Program.Main(String[] args)

Please press any key to exit.

I tried to look for the source code to LaunchMeteor.exe, if it's available anywhere I'd be happy to provide a PR.

Crashes on start

I'm on windows 7, 64bit.

Opening meteor crashes on start, tried running as an administrator. It appears for half a second, then closes.

Any ideas?

installed Meteor_0.6.3.1-rev4

Force-ssl does not count ::1 as a local address

On my system (Windows 7, which supports IPv6) default outgoing address is ::1 (IPv6's equivalent of 127.0.0.1). Therefore, in force-ssl/force-ssl-server.js:18 the remoteAddress variable has 127.0.0.1, but x-forwarded-for is ::1, which is, obviously, not equal to 127.0.0.1.

This leads to force redirection to https in development environment even without a port (just to https://localhost/), which is not listened by anyone.

Not sure if it's Windows-only bug, because Linux supports IPv6 as well.

Mongodb Cannot start

After install with lastest "LaunchMeteor.exe" i create app and try to run it, but get this error

C:!!!!WORK\Сайты\meteor\geoDataMO>meteor
[[[[[ C:!!!!WORK\Сайты\meteor\geoDataMO ]]]]]

Unexpected mongo exit code 100. Restarting.

Unexpected mongo exit code 100. Restarting.

Unexpected mongo exit code 100. Restarting.

Can't start mongod

MongoDB had an unspecified uncaught exception.
This can be caused by MongoDB being unable to write to a local database.
Check that you have permissions to write to .meteor/local. MongoDB does
not support filesystems like NFS that do not allow file locking.

meteor reset didnt work, delete lock file too.

EDIT:
Found error, it is cyrillic chars in path.
With english only all work fine.

Is there a bug at Assets.getText

in 0.7.0.1 and before
They can work well:

var path = Npm.require("path");
var assetsPath = path.join("test","a.txt") //the assetsPath  is test\a.txt
var str = Assets.getText(assetsPath);
console.log("str")

but now this cannot read the a.txt on 0.7.0.1-win2
error is:

 Error: Unknown asset: test\a.txt

Is this a bug? Thank you!

Install freeze (LaunchMeteor.exe)

Downloading initial meteor files freezes at a random value each time, whether it be 05, 33, 49... Numberwang. This is consistent in its existence and randomness.

Win 7 64-bit
Node 10.26

Problem with accounts-password (parties example)

Create the parties example on 0.7.0.1, fire it up, and then try to register an account.

On first attempt the client gets an internal server error with the following on the console:

Exception while invoking method 'createUser' TypeError: Object [object Object] has no method '_setLoginToken'
at Meteor.methods.createUser (packages/accounts-password/password_server.js:518)
at packages/check/match.js:77
at _.extend.withValue (packages/meteor/dynamics_nodejs.js:35)
at Object.Match._failIfArgumentsAreNotAllChecked (packages/check/match.js:76)
at maybeAuditArgumentChecks (packages/livedata/livedata_server.js:1346)
at packages/livedata/livedata_server.js:569
at _.extend.withValue (packages/meteor/dynamics_nodejs.js:35)
at packages/livedata/livedata_server.js:568
at _.extend.withValue (packages/meteor/dynamics_nodejs.js:35)
at _.extend.protocol_handlers.method (packages/livedata/livedata_server.js:567)

It seems to create some mongo record though because if you try again with the same email you get a different error:

Exception while invoking method 'beginPasswordExchange' TypeError: Cannot set property 'srpChallenge' of undefined
    at Meteor.methods.beginPasswordExchange (packages/accounts-password.js:163:34)
    at packages/check/match.js:77
    at _.extend.withValue (packages/meteor/dynamics_nodejs.js:35)
    at Object.Match._failIfArgumentsAreNotAllChecked (packages/check/match.js:76)
    at maybeAuditArgumentChecks (packages/livedata/livedata_server.js:1346)
    at packages/livedata/livedata_server.js:569
    at _.extend.withValue (packages/meteor/dynamics_nodejs.js:35)
    at packages/livedata/livedata_server.js:568
    at _.extend.withValue (packages/meteor/dynamics_nodejs.js:35)
    at _.extend.protocol_handlers.method (packages/livedata/livedata_server.js:567)

The original report comes from https://groups.google.com/forum/#!topic/meteor-talk/SyDPSIcV-og
and notes that it is fine in 0.6.6.3. (Christian Knappke).

Error while installation (0.6.5 LaunchMeteor.exe) - PathTooLongException

I've got the listing:

Downloading initial Meteor files...
100 ###############################################################
Download complete (29,9 MB)
Extracting files to C:\Users\1\AppData\Local\.meteor
...............................................................................
...............................................................................
...............................................................................
..............................................................................
expected exception: System.IO.PathTooLongException: Слишком длинный путь или им файла. 
Полное имя файла должно содержать меньше 260 знаков, а имя каталога -
 меньше 248 знаков.
   в System.IO.Path.SafeSetStackPointerValue(Char* buffer, Int32 index, Char va
ue)
   в System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
   в System.IO.Path.GetDirectoryName(String path)
   в LaunchMeteor.Program.ExtractTgz(Stream stream, String directory)
   в LaunchMeteor.Program.BootstrapWarehouse(String warehouse)
   в LaunchMeteor.Program.Main(String[] args)

Please press any key to exit.

The message is in russian, in english that means: "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248"

After that the installation is interrupted.
P.S. Windows 7 64bit (starting LaunchMeteor.exe from c:\1\LaunchMeteor.exe)

meteor build folder goes crazy at second run and meteor does not start

When I have a clean .meteor/local directory or when I have only the db directory inside, I can run meteor.

But if I stop (ctrl+c) and restart, one of two things happen:

  1. if I run cmd as a regular user, mongodb does not stop with ctrl+c and therefore I get address conflict errors

  2. if I run cmd as administrator, the build directory gets renamed as .build.build and meteor does not start. Also an error is thrown:

No dependency info in bundle. Filesystem monitoring disabled.
=> Errors prevented startup:
Exception while bundling application:
Error: EPERM, operation not permitted 'c:\Users\serkandurusoy\Documents\MeteorApps\capulcuyuzbiz\.meteor\local\.build.build'
    at Object.fs.renameSync (fs.js:439:18)
    at _.extend.write_to_directory (C:\Program Files (x86)\Meteor\tools\bundler.js:833:8)
    at Object.exports.bundle (C:\Program Files (x86)\Meteor\tools\bundler.js:911:12)
    at C:\Program Files (x86)\Meteor\tools\run.js:695:26
    at exports.inFiber (C:\Program Files (x86)\Meteor\tools\fiber-helpers.js:24:12)

Please fix the problem and restart.

If I delete the .build.build directory, I can restart.

But since hot code reload does not work either, such a workflow of having to stop server delete directories and start back up becomes a heavy burden.

Crash in mongo_runner.js on project start

I use Windows7 x64 system with administrator rights. I set up Meteor and created a new project called test2. Right after start of it I receive an error message. Here is full log of my actions after Meteor installation:

C:\Users\max\AppData\Local\.meteor>meteor create test2
test2: created.

To run your new app:
   cd test2
   meteor

C:\Users\max\AppData\Local\.meteor>cd test2

C:\Users\max\AppData\Local\.meteor\test2>meteor
[[[[[ C:\Users\max\AppData\Local\.meteor\test2 ]]]]]


C:\Users\max\AppData\Local\.meteor\tools\dc9e17e4f8\tools\mongo_runner.js:371
    }).run();
       ^
[object Object]

Does it mean I need to install any extra software (MongoDB) to run Meteor server?

Couldn't find git.exe on PATH

Test building 0.9.0.1 from HowToBuild.md

C:\ae\meteor>scripts\windows\build.bat
...
C:\ae\meteor>if errorlevel 1 (
echo Couldn't find git.exe on PATH
popd
goto:eof
)
Couldn't find git.exe on PATH

C:\ae\meteor>

I installed Git-1.9.4-preview20140815.exe
Default selection is not to change the path. My guess is that
causes the error.
I will try again and allow the path change.

Fix gzippo/connect serving of static content

We should be able to remove the hack in gzippo that serves pngs from static content.
Connect should be able to do this properly and the problem will hit other content types.

See contentTypeMatch in server.js (about line 181 and 194)

Add to path

Installer should add the installed folder to the path environment variable, as the "Getting Started" doc does not include this as a step, so it should be able to be assumed, and the next step after installing would then be "Open a command window and enter 'meteor create myapp':.

Meteor won't run anymore

I installed Meteor a bit back (about a month) with the LaunchMeteor.exe bootstrapper. I left it for a bit since I couldn't do as much as I could've on my VM with Ubuntu.

Now when I run the command it says 'meteor is not recognized as a batch command'. But then when I run LaunchMeteor.exe again, it says 'you are not in a project directory'. So I tried to remove meteor with "rm -rf ~/.meteor/" and then ran LaunchMeteor.exe again, and same thing comes out of 'you are not in a project directory'.

What can I do?

Changing source causes client to crash

Windows 7 64-bit.

After I start my meteor server, I can go to localhost:3000 just fine. As soon as I change a source file and refresh my client, my server crashes with

=> Meteor server restarted

events.js:71
        throw arguments[1]; // Unhandled 'error' event
                       ^
Error: listen EADDRINUSE
    at errnoException (net.js:770:11)
    at HTTPServer.Server._listen2 (net.js:910:14)
    at listen (net.js:937:10)
    at HTTPServer.Server.listen (net.js:986:5)
    at run (c:\Users\vinceh\Desktop\projects\leaderboard\.meteor\local\build\ser
ver\server.js:328:9)
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.

This error seems to mean that the meteor app isn't actually properly restarted, because the EADDRINUSE error means that the port is currently in use.

I have to either

  1. Close my client each time I make a file change and go to localhost:3000
  2. Restart my meteor server manually each time

Using latest Meteor_0.6.3.1-rev3.msi

Meteor 8.1

Hi,

again, just wanted to ask, when the 8.1 is ready for Windows?

Project Run Issue in Meteor?

I start to run Meteor project in command prompt as shown below

C:\Users\dsk>e:

E:\>cd abc/red

E:\abc/red>meteor //Here I got the below error then click any button the error popup and close the error popup and doesn't runmeteor project

E:\abc/red>  //here some times get this (or) some time gets another

     (or)

 Exited with code: -1073741819
=> Your application is crashing. Waiting for file change.

enter image description here

So please see the error and suggest me what to do?

Bootstrap pngs not served properly

With 0.6.2, when using an application that includes bootstrap I get the following error:

Error: UNKNOWN, stat '\\packages\bootstrap\img\glyphicons-halflings.png'

This looks to me like the same problem I worked around in serving static and static_cacheable through gzippo. The file does exist in the local static folder:

c:\meteor\WebSite1\.meteor\local\build\static\packages\bootstrap\img\glyphicons-halflings.png

Antivirus can get in the way of LaunchMeteor

When running LaunchMeteor.exe it can be thwarted by antivirus programs still scanning:

...
Extracted 6770 files (114.2 MB)
Deleting directory: C:\Users\stephendar\AppData\Local\.meteor~
Unexpected exception: System.IO.IOException: Access to the path 'C:\Users\stephendar\AppData\Local\.meteor~' is denied.
   at System.IO.Directory.Move(String sourceDirName, String destDirName)
   at LaunchMeteor.Program.BootstrapWarehouse(String warehouse)
   at LaunchMeteor.Program.Main(String[] args)

By pausing the process (selecting text in the window) I could make it succeed, which strongly suggests antivirus scanning.

So, LaunchMeteor should pause a bit and retry.

EPERM, operation not permitted error on Win7 after upgrade to 0.6.5...

Overall, Meteor is running fine, and it's great to finally have a solution that will keep us more up to date. But, since switching to the latest bootstraper from the MSI, I've been getting intermittent crashes that appear to have something to do with the bundling/building of my app. Here is what I'm getting in cmd.exe run as Administrator:

=> Meteor server restarted (x14)
C:\Users\username\AppData\Local\.meteor\tools\36f9aeca0e\tools\run.js:42
5
    throw e;
          ^
Error: EPERM, operation not permitted 'c:\path\file.htm
l~RFd60ee2.TMP'
    at Object.fs.statSync (fs.js:524:18)
    at readDirectory (C:\Users\username\AppData\Local\.meteor\tools\36f9
aeca0e\tools\watch.js:229:22)
    at Array.forEach (native)
    at Function._.each._.forEach (C:\Users\username\AppData\Local\.meteo
r\tools\36f9aeca0e\lib\node_modules\underscore\underscore.js:79:11)
    at Object.readDirectory (C:\Users\username\AppData\Local\.meteor\too
ls\36f9aeca0e\tools\watch.js:224:5)
    at _.extend._fireIfDirectoryChanged (C:\Users\username\AppData\Local
\.meteor\tools\36f9aeca0e\tools\watch.js:343:31)
    at FSWatcher._.extend._startDirectoryWatches (C:\Users\username\AppD
ata\Local\.meteor\tools\36f9aeca0e\tools\watch.js:439:18)
    at FSWatcher.EventEmitter.emit (events.js:99:17)
    at FSEvent._handle.onchange (fs.js:826:12)

If I restart Meteor, it works fine with no errors. Maybe something related to temp files and directory permissions? I really don't know. I tried googling, but couldn't find this exact error.

Thanks in advance for the help.

UPDATE:

Probably related, I get this error in the server console although the site continues to run without any noticeable problems:

W20130909-13:03:04.136(-5)? (STDERR) Error: EBADF, read

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.