Загрузка...

Error installing module in Node.JS

Thread in Node.js created by KeNowLedge Nov 9, 2019. 193 views

  1. KeNowLedge
    KeNowLedge Topic starter Nov 9, 2019 1366 Jan 5, 2018
    Решил установить модуль vk-auth
    Вылазит ошибка
    [IMG]

    Code
    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 Nov 14, 2019 320 Feb 10, 2017
    Попробуй
    Code
    npm install phantomjs-prebuilt@2.1.13 --ignore-scripts
     
Loading...
Top