Meteorjs 1.4 error adding platform in windows 10

Asked

Viewed 18 times

0

I’m having an error trying to add the android platform and trying to install the android sdk in my app. I am trying to: install-sdk android media add-in add-Platform android

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

1 answer

0


Just go on the way, by the prompt:

C:\Users\YOURUSERNAME\AppData\Local\.meteor\packages\meteor-tool\1.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 execute:

meteor npm install is-property

then run in the app directory:

meteor add-platform android

worked for me.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.