blur-admin
blur-admin copied to clipboard
npm install failed
31355 warn [email protected] No repository field.
31356 warn [email protected] No license field.
31357 warn optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
31358 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
31359 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS: darwin
31359 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch: any
31359 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS: win32
31359 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64
31360 verbose stack Error: [email protected] postinstall: node scripts/build.js
31360 verbose stack Exit status 1
31360 verbose stack at EventEmitter.node scripts/build.js
31369 error Exit status 1
31370 error Failed at the [email protected] postinstall script.
31370 error This is probably not a problem with npm. There is likely additional logging output above.
31371 verbose exit [ 1, true ]
Hi cnuis2cool, Did you resolve this problem? I came across the same problem.
@yvonneliu121 Nope
Fixed it. Download BlurAdmin from http://akveo.github.io/blur-admin/articles/091-downloads/ under your htdocs folder, install Python2.7 instead of Python3 and npm audit(use "npm install -save-dev" to install missing packages). Then run the localhost/your folder name~click "release"(production mode) or "dev-release"(development mode)
Thank you.