bootstrap-npm-starter icon indicating copy to clipboard operation
bootstrap-npm-starter copied to clipboard

Starter template for new building with Bootstrap 4 in npm projects.

Results 26 bootstrap-npm-starter issues
Sort by recently updated
recently updated
newest added

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm, npm WARN old lockfile so supplemental metadata must be fetched from...

0 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ] 1 info using [email protected] 2 info using [email protected] 3 timing npm:load:whichnode Completed in 0ms 4 timing config:load:defaults Completed in 1ms 5 timing...

Fixes #86 This PR updates the` node-sass version since [the package supports Node.js v16 since v6.0.0](https://github.com/sass/node-sass/releases/tag/v6.0.0)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

- Updates dependencies as needed, dropping jQuery and moving to Popper 2 - Updates the Bootstrap import stack - Moves from modal in example to offcanvas, with a custom CSS...

no_squash

Bumps [node-sass](https://github.com/sass/node-sass) from 5.0.0 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....

dependencies

"serve --listen 3000" provides a 'Local' and an 'On Your Network' address which is very good but unfortunately non of these refresh automatically with 'npm run start'(npm-run-all --parallel watch server)...

Hello, I've created one small website using this starter template and I have two issues regarding the CSS Purge part: 1. I can't locate purgecss.config.js file. I have to make...