0
私は.bowerrcを登録しました。 .bowerrcは.bowerrcで構文エラーが発生するのはなぜですか?
{
"directory": "bower_components",
"timeout": 120000,
"registry": {
"search":
"https://github.com",
}
}
ですが、私はソース.bowerrcを実行すると、エラーが発生し、トレースバックは言っ
-bash: directory:: command not found
-bash: timeout:: command not found
-bash: registry:: command not found
-bash: search:: command not found
-bash: https://github.com,: No such file or directory
-bash: .bowerrc: line 8: syntax error near unexpected token `}'
-bash: .bowerrc: line 8: `}'
構文エラーがhappens.Is何らかの問題が?どのように私はこの問題を解決することができ、なぜ私は本当に理解することはできません?