初學vue在建完專案就出錯了
npm run dev
碰到
ERROR Failed to compile with 1 errors 10:17:50
Module build failed: TypeError: Cannot read property 'length' of null
Google到對岸資源,看起來跟ESLint有關,暫時用這個方法解決。
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm i [email protected]
引用自:babel eslint TypeError: Cannot read property ‘range’ of null, 淘宝 NPM 镜像
不是每次都會碰到,其他專案就沒這問題…