Hi everyone,
I am new to mini apps but I followed the documentation of [Electrode native]
(https://native.electrode.io/v/v0.31/quick-start/getting-started) and [this]
(https://github.com/electrode-io/electrode-native).I am facing same issue again and again. My
installation versions are -
electrode-native: 1.0.17
ern platform: 0.40.0
node version - 9.1.0
react-native-cli: 2.0.1
I am trying to create a new project using ern create-miniapp MovieListMiniApp but getting
this error. The yarn file is already at this location .ern\versions \0.40.0\node_modules\ern-
core\node_modules\.bin\yarn but its continuously telling me
'Ошибка: порождает .ern \ версии \ 0.40.0 \ node_modules \ ern-core \ node_modules.bin \ yarn События ENOENT. js: 196 throw er; // Необработанное событие 'error' ^ Ошибка: spawn C: \ Users.ern \ version \ 0.40.0 \ node_modules.bin \ yarn ENOENT at Process.ChildProcess._handle.onexit (internal / child_process. js: 266 : 19) в onErrorNT (внутренняя / child_process. js: 468: 16) в processTicksAndRejected (внутренняя / process / task_queues. js: 84: 21) Отправлено событие «ошибка» в экземпляре ChildProcess по адресу: at Process.ChildProcess. _handle.onexit (внутренняя / child_process. js: 272: 12) в onErrorNT (внутренняя / child_process. js: 468: 16) в processTicksAndRejected (внутренняя / process / task_queues. js: 84: 21) {errno : -4058, код: 'ENOENT', системный вызов: 'spawn C: \ Users.ern \ версии \ 0.40.0 \ node_modules.bin \ yarn', путь: 'C: \ Users.ern \ версии \ 0.40.0 \ node_modules.bin \ yarn ', spawnargs: [' info ',' test-miniapp ',' версии ',' - json ']}'
Please help me. Thanks in advance.