控制台一直报错freeze
javascript
Could not freeze ...: Cannot read property 'hash' of undefined

解决方案:
这个报错一般是由于npm运行缓存导致,清除即可:
删除 ./node_modules/.cache
