Ripple emulator - node.js

I can not start emulating the ripple. Here is the error:

ripple emulate could not find cordova as a local module. expecting to find it installed globally 

Cordoba is installed with the following command: npm install cordova

I am working on windows 8.1 64bit

+5
source share
1 answer

I had the same message, but I understood this not as an error, but as an informational message. ripple can be installed as a global application (c: \ program ...) or in the cordova project directory.

-2
source

Source: https://habr.com/ru/post/1200965/


All Articles