私はNPMとセットアップのWebPACKとバベルしたかったが、私は
ここnpm ERR! Unexpected end of JSON input while parsing near '...pdragon":"^0.7.0","to' npm ERR! A complete log of this run can be found in:
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\luchan.vladyslav\AppData\Roaming\npm-cache\_logs\2017-12-10T10_48_56_298Z-debug.log
はで私のpackage.jsonWebPACKのインストールの問題
{
"name": "ddd",
"version": "1.0.0",
"description": "components",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1"
}
}
で、このエラーを得ました私はwebpack webpack-dev-server babel-core babel-loaderとbabel-preset-envをインストールしようとしました。 1行しばらく私はその問題がWebPACKのと
はあなたのJSON内の余分な末尾のコンマをお持ちでない問題を解決することを
であなたのキャッシュをきれいにする必要がありますか? – dferenc
dferner、いいえ私はしません –