npm ERR! package.json必须是实际的JSON,而不仅仅是JavaScript

新手节点的问题。 我无法让我的项目运行了。

{“name”:“MyApp”,“version”:“1.0.0”,“description”:“”,“main”:“index.js”,“scripts”:{“test”:“echo \”Error :no test specified“&& exit 1”,“start”:“node app.js dev2”},“author”:“”,“license”:“ISC”,“dependencies”:{“async-await”: “^ 0.1.32”,“asyncawait”:“^ 1.0.3”,“body-parser”:“^ 1.14.2”,“deasync”:“ ”,“ejs”:“^ 2.4.1”,“ express“:”^ 4.13.4“,”gulp“:”^ 3.9.0“,”gulp-concat“:” “,”gulp-filelist“:”^ 0.2.0“,”gulp-foreach“ ^ 0.1.0“,”gulp-remove-files“:”0.0.3“,”gulp-rename“:” “,”gulp-uglify“:” “,gulp-watch”:“^ 4.3.5” ,“mongoose”:“^ 4.4.1”,“mongoose -ttl”:“0.0.3”,“node-inspector”:“^ 0.12.5”,“promise”:“^ 7.1.1”,“rootpath “:”^ 0.1.2“},”devDependencies“:{”browser-sync“:”^ 2.11.1“,”gulp“:”^ 3.9.1“}}

1726 error Failed to parse json 1726 error Unexpected token '\u0000' at 1:1 1726 error 1726 error ^ 1727 error File: C:\Users\dir\AppData\Roaming\npm-cache\accepts\1.2.13\package\package.json 1728 error Failed to parse package.json data. 1728 error package.json must be actual JSON, not just JavaScript. 

错误在1:1的意外标记'\ u0000'

似乎你在第一行和1个字符有空字符

你可以在pastebin或类似的软件上提供package.json吗?