当我尝试在MAMP安装中启动Apache时,我不断收到错误:
npm ERR! Linux 4.4.0-43-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "webpack" "-i"
npm ERR! node v6.8.1
npm ERR! npm v3.10.8
npm ERR! file /home/phani/test/package.json
npm ERR! code EJSONPARSE
npm ERR! Failed to parse json
npm ERR! Trailing comma in object at 9:3
npm ERR! },
npm ERR! ^
npm ERR! File: /home/phani/test/package.json
npm ERR! Failed to parse package.json data.
npm ERR! package.json must be actual JSON, not just JavaScript.
npm ERR!
npm ERR! This is not a bug in npm.
npm ERR! Tell the package author to fix their package.json file. JSON.parse
npm ERR! Please include the following file with any support request:
npm ERR! /home/phani/test/npm-debug.log
这个错误突然开始了。 :(一切都很好,直到昨天。我已经查看了各种解决方案,如here。这没有用。更改端口号也不起作用。
解决这个问题的正确方法是什么?
答案 0 :(得分:1)
同样的事情今天开始发生在我身上(直到几天前一切正常)。我将OSX更新到Sierra,似乎已经修复了它。