Giter VIP home page Giter VIP logo

Comments (4)

onokumus avatar onokumus commented on August 25, 2024

@OldProgramCoder
What is the result of the following commands, respectively?

npm run clean
./node_modules/.bin/gulp
./node_modules/.bin/assemble --file assemblefile.js

from bootstrap-admin-template.

CGB0 avatar CGB0 commented on August 25, 2024

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)
$ npm run clean

[email protected] clean C:\temp\metis3
rimraf public dist

Colin@COLINS-M6800 MINGW64 /c/temp/metis3 (master)
$ npm run clean ./node_modules/.bin/gulp

[email protected] clean C:\temp\metis3
rimraf public dist "./node_modules/.bin/gulp"

Colin@COLINS-M6800 MINGW64 /c/temp/metis3 (master)
$ npm run clean ./node_modules/.bin/assemble --file assemblefile.js

[email protected] clean C:\temp\metis3
rimraf public dist "./node_modules/.bin/assemble" "assemblefile.js"

Further information
I stalled npm v6.6 today and here are the messages I get throughout the process

Colin@COLINS-M6800 MINGW64 /c/temp
$ npm install
npm ERR! registry error parsing json
npm WARN deprecated [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.

[email protected] preinstall C:\temp\metis3
bower install << this started automatically which was a change from npm 4.5

< 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"]
bower rangy-1.3#master resolved https://github.com/noap/rangy-1.3.git#d2b26285b8

< 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:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]

Colin@COLINS-M6800 MINGW64 /c/temp/metis3 (master)

here I run > npm run build

Colin@COLINS-M6800 MINGW64 /c/temp/metis3 (master)
$ npm run build

[email protected] build C:\temp\metis3
npm run clean && ./node_modules/.bin/gulp && ./node_modules/.bin/assemble --file assemblefile.js
[email protected] clean C:\temp\metis3
rimraf public dist
'.' is not recognized as an internal or external command,
operable program or batch file.

npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "run" "build"
npm ERR! node v6.6.0
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] build: npm run clean && ./node_modules/.bin/gulp && ./node_modules/.bin/assemble --file assemblefile.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script 'npm run clean && ./node_modules/.bin/gulp && ./node_modules/.bin/assemble --file assemblefile.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the bootstrap-admin-template package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run clean && ./node_modules/.bin/gulp && ./node_modules/.bin/assemble --file assemblefile.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs bootstrap-admin-template
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls bootstrap-admin-template
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! C:\temp\metis3\npm-debug.log

Colin@COLINS-M6800 MINGW64 /c/temp/metis3 (master)
$

from bootstrap-admin-template.

onokumus avatar onokumus commented on August 25, 2024

@OldProgramCoder

Check it out now.

https://github.com/puikinsh/Bootstrap-Admin-Template/blob/master/package.json#L33-L36

from bootstrap-admin-template.

CGB0 avatar CGB0 commented on August 25, 2024

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

from bootstrap-admin-template.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.