Загрузка...

Error installing module in Node.JS

Thread in JS/TS created by KeNowLedge Nov 9, 2019. 287 views

  1. KeNowLedge
    KeNowLedge Topic starter Nov 9, 2019 1,415 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
    Попробуй
    Code
    npm install phantomjs-prebuilt@2.1.13 --ignore-scripts
     
Loading...