-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failing at npm run build #71
Comments
@OldProgramCoder npm run clean
./node_modules/.bin/gulp
./node_modules/.bin/assemble --file assemblefile.js |
Not 100% sure of how you want these run but .... If I have done it wrong let me know. Colin@COLINS-M6800 MINGW64 /c/temp/metis3 (master)
Colin@COLINS-M6800 MINGW64 /c/temp/metis3 (master)
Colin@COLINS-M6800 MINGW64 /c/temp/metis3 (master)
Further information Colin@COLINS-M6800 MINGW64 /c/temp
< everything runs well for a while with good out put... and then> bower rangy-1.3#master invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["uncompressed/rangy-core.js","uncompressed/rangy-cssclassapplier.js","uncompressed/rangy-highlighter.js","uncompressed/rangy-selectionsaverestore.js","uncompressed/rangy-serializer.js","uncompressed/rangy-textrange.js"] < everything runs well and the directory seems to be out put and then command returns with > npm WARN optional Skipping failed optional dependency /chokidar/fsevents: Colin@COLINS-M6800 MINGW64 /c/temp/metis3 (master) here I run > npm run build Colin@COLINS-M6800 MINGW64 /c/temp/metis3 (master)
npm ERR! Windows_NT 6.1.7601 npm ERR! Please include the following file with any support request: Colin@COLINS-M6800 MINGW64 /c/temp/metis3 (master) |
@OldProgramCoder Check it out now. https://github.com/puikinsh/Bootstrap-Admin-Template/blob/master/package.json#L33-L36 |
Works good. Much appreciated. The only thing that needs to done is fix issue 67 which affects the bower.json file. Then this would build right out of the box. Nice site by the way. I really like it. #67 << bower.json |
My build is failing when I run the step > npm run build
out put is
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'build' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
5 info prebuild [email protected]
6 info build [email protected]
7 verbose unsafe-perm in lifecycle true
8 info [email protected] Failed to exec build script
9 verbose stack Error: [email protected] build:
npm run clean && ./node_modules/.bin/gulp && ./node_modules/.bin/assemble --file assemblefile.js
9 verbose stack Exit status 1
9 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:217:16)
9 verbose stack at emitTwo (events.js:87:13)
9 verbose stack at EventEmitter.emit (events.js:172:7)
9 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
9 verbose stack at emitTwo (events.js:87:13)
9 verbose stack at ChildProcess.emit (events.js:172:7)
9 verbose stack at maybeClose (internal/child_process.js:829:16)
9 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
10 verbose pkgid [email protected]
11 verbose cwd c:\Temp\metis7
12 error Windows_NT 6.1.7601
13 error argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "run" "build"
14 error node v4.5.0
15 error npm v2.15.9
16 error code ELIFECYCLE
17 error [email protected] build:
npm run clean && ./node_modules/.bin/gulp && ./node_modules/.bin/assemble --file assemblefile.js
17 error Exit status 1
18 error Failed at the [email protected] build script 'npm run clean && ./node_modules/.bin/gulp && ./node_modules/.bin/assemble --file assemblefile.js'.
18 error This is most likely a problem with the bootstrap-admin-template package,
18 error not with npm itself.
18 error Tell the author that this fails on your system:
18 error npm run clean && ./node_modules/.bin/gulp && ./node_modules/.bin/assemble --file assemblefile.js
18 error You can get information on how to open an issue for this project with:
18 error npm bugs bootstrap-admin-template
18 error Or if that isn't available, you can get their info via:
18 error
18 error npm owner ls bootstrap-admin-template
18 error There is likely additional logging output above.
19 verbose exit [ 1, true ]
any help would be appreciated.
thanks
Colin
The text was updated successfully, but these errors were encountered: