Error creating Meteor on windows 8.1

I installed Meteor on Windows 8.1 - 64 bit to continue developing the existing meteorite application. But I can not start it.

Problem

I run "meteor run": it launches a proxy, MongoDB, selects packages, and after the last step, "Building the application", an error appears that I can not explain (see stack trace). He then tries to create the application and repeats the same errors again and again.

Strange things :

  • the same project works fine on Ubuntu and Mac OS - now I want to use Windows 8.1 (note: I cloned the repository using git)
  • the todos demo runs on my meteor in Windows 8.1.

What i tried

I reinstalled Meteor, checked the packages (I also have npm & node.js) meteor -test-packages, meteor - reset, google all the information from the track or any other question about the meteor build error in Windows 8.1, but could not solve my problem .

My questions are :

  • How to make it work?
  • Do I need to do this with Windows 8.1 itself or just I don’t have something installed / installed on this PC.

Update 1

I created a new meteor project and copied all the files to this new folder. I started adding all the packages, and it seems that the problem occurs when I add this package:

oauth-encryption

Seems to be the same issue as here: https://github.com/reactioncommerce/reaction/issues/363 . But still can not find a solution.

Stack trace

C:\Users\Cristi\AppData\Local\.meteor\packages\meteor-tool\1.1.3\mt-

os.windows.x86_32\dev_bundle\server-lib\node_modules\fibers\future.js:245
                                             throw(ex);
                                                   ^
Error: The operating system cannot run %1.
C:\Users\Cristi\AppData\Local\.meteor\packages\npm-node-aes-gcm\0.1.3_6\npm\node_modules\node-aes-gcm\build\Release\node_aes_gcm.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.Npm.require (D:\Projects\time\.meteor\local\build\programs\server\boot.js:142:18)
at Package (packages/npm-node-aes-gcm/wrapper.js:2:1)
at D:\Projects\time\.meteor\local\build\programs\server\packages\npm-node-aes-gcm.js:33:4
at D:\Projects\time\.meteor\local\build\programs\server\packages\npm-node-aes-gcm.js:42:3
(STDERR)     at D:\Projects\time\.meteor\local\build\programs\server\boot.js:222:10
(STDERR)     at Array.forEach (native)
+4

All Articles