K_G
K_G

Reputation: 2901

Ripple emulator is not working with Ionic on Mac OSX

I am getting an error: Error: static() root path required when using the Ripple emulator with the Ionic Framework.

ripple emulate

Upvotes: 0

Views: 209

Answers (1)

K_G
K_G

Reputation: 2901

I found a way to get this to work, I added a path to the apps www folder its working perfectly now.

ripple emulate --path /Users/user/Desktop/app/www

More here: https://www.npmjs.com/package/ripple-emulator

Upvotes: 1

Related Questions