您的位置:首页 > Web前端 > JavaScript

ionic报错:can not find module crypto-js解决方案

2017-07-13 10:31 1346 查看
解决方案一:

1.安装typings: npm install -g typings

2.用typings去寻找crypto-js: typings search crypto-js

3.安装crypto-js: typings install dt~crypto-js --save

解决方案二:

npm install crypto-js
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: