0
votes

I have been developing an angular2 typescript application with npm, typings. post npm install when i do "typings install" I see am bilow error.

I tried other solution provided for the typing in stackoverflow but no luck.

C:\quickstart>npm install

[email protected] postinstall \quickstart typings install

typings ERR! message Unable to connect to "https://api.typings.org/entries/dt/selenium-webdriver/tags/2.44.0%2B20160317120654" typings ERR! caused by unable to get local issuer certificate

typings ERR! cwd C:\quickstart typings ERR! system Windows_NT 6.1.7601 typings ERR! command "C:\Program Files\nodejs\node.exe" "C:\quickstart\node_modules\typings\dist\bin.js" "install" typings ERR! node -v v6.3.1 typings ERR! typings -v 1.4.0 typings ERR! code EUNAVAILABLE

typings ERR! If you need help, you may report this error at: typings ERR! https://github.com/typings/typings/issues

1
have you tried to manually install the selenium-webdriver definitions? typings install dt~selenium-webdriver --global? - Dave V
it look like its unable to read the property from typeings site due certificate issue. typings ERR! message Unable to connect to "api.typings.org/entries/dt/selenium-webdriver/tags/…" typings ERR! caused by unable to get local issuer certificate - Reese Davis

1 Answers

0
votes

This is already answered at

npm install error unable to read typings

Try few options available there. the last one worked for me.