Fatal error prevents installation via NPM
Closed this issue · 1 comments
Enkrod commented
$ npm install --save-dev gulp-penthouse
npm ERR! Error while executing:
npm ERR! C:\Program Files (x86)\Git\bin\git.EXE ls-remote -h -t https://github.com/pocketjoso/css.git
npm ERR!
npm ERR! fatal: unable to access 'https://github.com/pocketjoso/css.git/': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
npm ERR!
npm ERR! exited with error code: 128
In penthouse@0.10.9 the css module is given as dependency
"css": "https://github.com/pocketjoso/css.git"
and npm install --save-dev css@git://github.com/pocketjoso/css.git
does not work.
For penthouse@0.11.13 this problem is remedied. From 1.0.0 onwards instead of phantomjs they use chrome headless through puppeteer.
Enkrod commented
Installing gulp-penthouse without problems now, don't know who changed anything, but all is well.