按照此Github/Alloyui链接中的说明安装本地依赖项时会出现以下错误。
我正在使用Windows 7 Os
C:\Users\Admin.HOME-PC>npm install
npm ERR! install Couldn't read dependencies
npm ERR! Failed to parse json
npm ERR! Unexpected end of input
npm ERR! File: C:\Users\Admin.HOME-PC\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.<br>
npm ERR! Tell the package author to fix their package.json file. JSON.parse
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
ejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! cwd C:\Users\Admin.HOME-PC
npm ERR! node -v v0.10.21
npm ERR! npm -v 1.3.11
npm ERR! file C:\Users\Admin.HOME-PC\package.json
npm ERR! code EJSONPARSE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Users\Admin.HOME-PC\npm-debug.log
npm ERR! not ok code 0
可以请一些人说如何解决这个问题。
提前致谢。
问候,
Dinesh M K
答案 0 :(得分:0)
查看你的package.json文件。它包含一些错误。
答案 1 :(得分:0)
如果您想在项目中使用 AlloyUI,请从Alloy website下载并按照说明将其包含在您的应用中。
如果您想使用AlloyUI源自定义或播放,则必须按照Github存储库上的设置说明进行操作。让你首先克隆存储库,然后cd {cloned_repo}
并运行npm install
(等等,如上所述)。