christopheranderson / azure-demeteorizer

CLI tool for deploying demeteorized meteor apps on Azure App Service.
MIT License
26 stars 8 forks source link

Error installing through `azure-demeteorizer install` #20

Closed DanceParty closed 8 years ago

DanceParty commented 8 years ago

I am getting an error with fibers when running this command. Current I have installed

Node 0.10.40

npm 1.4.28

meteor 1.3.2.4

Visual Studio 2015

When I try that command after building successfully I am getting this error

capture

Thanks for any help!

ramijarrar commented 8 years ago

At the moment, the tool isn't compatible with VS2015. You should run an older version.

DanceParty commented 8 years ago

Is this what I should be using then?

https://www.microsoft.com/en-us/download/details.aspx?id=23507

If so, how will I know that it works upon using Azure-demeteorizer?

Thanks a ton for the quick response btw~

ramijarrar commented 8 years ago

VS2010 and 2012 will definitely work.

DanceParty commented 8 years ago

Alright Express 2012 is downloading now... I will comment and close if I can get it to work. Thanks for the help!

ramijarrar commented 8 years ago

No problem. You should also be aware that there are some issues with 1.3.x apps which are currently being discussed in #9. Other than that, you should be able to build and deploy reliably (we are pushing to production with this tool).

DanceParty commented 8 years ago

Alright here are the steps I took and am still getting an error

Ran azure-demeteorizer build and it worked fine:

build

But when I run the azure-demeteorizer install i get this error still:

error

I went through and installed visual studio 2012 and then followed this guide (https://github.com/nodejs/node-gyp#installation) that was referenced except I installed VS2012 and ran npm config set msvs_version 2012. I am also running all of these commands in an administrator command prompt if that matters at all.

Thanks

ramijarrar commented 8 years ago

Can you paste the error from npm-debug.log?

DanceParty commented 8 years ago

This seems to be the only log file I can find. Hope it's the correct one.

debug

ramijarrar commented 8 years ago

Try running npm install fibers and paste the output.

DanceParty commented 8 years ago

Here is what I got. Would it possibly something with environment variables?

fibers

DanceParty commented 8 years ago

Finally got this figured out. Not sure what would have changed it, but I added nvm/v0.10.40/ to my path, reinstalled VS 2012 Redistributable C++ update, and ran "npm install --msvs_version=2012"