0

i started a new ionic project on adding android platform i get this error

FS:re-evaluvating native module source is not supported. if you are using graceful-fs module .please update it

my grace full versions

error in my terminal window

its a new ionic 2 project could some one help me.

i tried everything in this link

Community
  • 1
  • 1
Yokesh Varadhan
  • 1,636
  • 4
  • 21
  • 47

1 Answers1

0

The fs module error is not actually stopping your command from running. The first error you hit is actually the one that says:

ANDROID_HOME is not set and "android" is not in your PATH. You must fulfil at least one of these conditions.

Have you installed the Android SDK tools on your system? I'd recommend going through the setup process here if not before continuing.

Deanmv
  • 1,191
  • 9
  • 13