Загрузка...

Ошибка при установке модуля в Node.JS

Тема в разделе Node.js создана пользователем KeNowLedge 9 ноя 2019. 195 просмотров

  1. KeNowLedge
    KeNowLedge Автор темы 9 ноя 2019 1368 5 янв 2018
    Решил установить модуль vk-auth
    Вылазит ошибка
    [IMG]

    Код
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! phantomjs-prebuilt@2.1.14 install: `node install.js`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the phantomjs-prebuilt@2.1.14 install script.
    npm ERR! This is probably not a problem with npm. There is likely additional log
    ging output above.

    Версия Node.JS - 12.13.0 LTS
     
  2. asdfg298
    asdfg298 14 ноя 2019 320 10 фев 2017
    Попробуй
    Код
    npm install phantomjs-prebuilt@2.1.13 --ignore-scripts
     
Загрузка...
Top