2017-05-01T14:56:40Z||2017-05-01T14:56:40Z
有的时候npm install会出现一些未知问题,可能是npm的缓存引起的,可以先彻底清空npm的缓存来排除问题:
npm install
npm cache clean