在win7使用Taro开发时出现 Cannot read property 'getAttribute' of undefined,是什么原因,该怎么解决?

顺便再问问这个是什么原因啊,关于map()函数的!!

TypeError: Cannot read property 'map' of undefined
图片说明

我在慕课网上跟着视频学习使用taro制作美团外卖的首页,代码核对了也没错,为什么出现iconfont.js:10 Uncaught TypeError: Cannot read property 'getAttribute' of undefined
这个问题该怎么解决,我搜了下百度,也没查出什么,是不是因为有使用map函数?
图片说明图片说明

图片说明
图片说明

希望大家帮忙看看,还是新手,啥也不懂

这个错是因为引用了插件 transform-class-properties , 但是node__modules 中 又没安装, 才会报这个错.