ForNeVeR / Kaiwa

A modern XMPP Web client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm 2 problems with typings

ForNeVeR opened this issue · comments

npm 2 is unable to install typings properly from @types/xxx according to my results here and this bug report.

Node.js 6 comes with npm v3, so we should either update npm on those old Node.js installation or drop their support completely.

I was able to fix the issues by installing newer npm.