随笔分类 - 常见bug
零零散散的收集
npm ERR! Unexpected string in JSON at position 159827 while parsing XXXX
摘要:解决方法: 1)删除根目录下 package-lock.json 文件 2)npm install
阅读全文
ERROR:cannot read property 'getAttribute' of null 报错处理
摘要:本人项目中用到了ng-cli、echart 解决:html中定义的图表id与.ts中引用的id不一致(粘贴复制的锅) 如:
阅读全文
Error: Cannot find module 'node-sass' 报错处理
摘要:解决办法: 1.在项目目录cmd下运行 npm install -g cnpm --registry=https://registry.npm.taobao.org //换源处理 2.下载成功后再运行 cnpm install node-sass //下载node-sass (两个都下载成功后就可以
阅读全文
浙公网安备 33010602011771号