MeteorJs 1.4 with error when adding platform in windows 10

0

I'm having an error while trying to add the android platform and trying to install the android sdk in my app. I'm trying: meteor install-sdk android meteor add-platform android

Version of my MeteorJs 1.4 and already have android studio installed on the pc.

    
asked by anonymous 28.12.2016 / 14:27

1 answer

0

Just go in the path, at the prompt:

C:\Users\YOURUSERNAME\AppData\Local\.meteor\packages\meteor-tool.4.2_3\mt-os.windows.x86_32\dev_bundle\lib\node_modules\cordova-lib\node_modules\npm\node_modules\request\node_modules\har-validator\node_modules\is-my-json-valid

and run:

meteor npm install is-property

then run in the app directory:

meteor add-platform android

It worked for me.

    
29.12.2016 / 04:18