Odd ssh/npm error

Hello,

I am trying to install the NPM package es6-promise/auto when I get this SSH error:

Normally when using SSH you will be given the option to approve this connection, however that is not the case here. The NPM install never begins. How can I fix this?

You shouldn’t attempt to install it via github, is there an npm package for it?

1 Like

oh npm is treating es6-promise/auto as a github repo, that is not a valid github repo.
try npm i es6-promise
then

var {Promise} = require('es6-promise')

es6-promise/auto is for browser

3 Likes