Giter VIP home page Giter VIP logo

ciscouikit's People

Contributors

eckelcu avatar jerrchan avatar kbroich avatar tojerry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ciscouikit's Issues

Consider upgrading kss module to fix audit issues

❯ npm audit

                       === npm audit security report ===

┌──────────────────────────────────────────────────────────────────────────────┐
│                                Manual Review                                 │
│            Some vulnerabilities require your attention to resolve            │
│                                                                              │
│         Visit https://go.npm.me/audit-guide for additional guidance          │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ High          │ Cross-Site Scripting                                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ handlebars                                                   │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=4.0.0                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ 2a25632e4f8c94ab788e0627f853ce4d58603d32e699bbc013f9e6d28eb… │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ 2a25632e4f8c94ab788e0627f853ce4d58603d32e699bbc013f9e6d28eb… │
│               │ > kss > handlebars                                           │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/61                              │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ High          │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ handlebars                                                   │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=4.0.14 <4.1.0 || >=4.1.2                                   │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ 2a25632e4f8c94ab788e0627f853ce4d58603d32e699bbc013f9e6d28eb… │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ 2a25632e4f8c94ab788e0627f853ce4d58603d32e699bbc013f9e6d28eb… │
│               │ > kss > handlebars                                           │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/755                             │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate      │ Regular Expression Denial of Service                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ marked                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=0.6.2                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ 2a25632e4f8c94ab788e0627f853ce4d58603d32e699bbc013f9e6d28eb… │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ 2a25632e4f8c94ab788e0627f853ce4d58603d32e699bbc013f9e6d28eb… │
│               │ > kss > marked                                               │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/812                             │
└───────────────┴──────────────────────────────────────────────────────────────┘
found 3 vulnerabilities (1 moderate, 2 high) in 911146 scanned packages
  3 vulnerabilities require manual review. See the full report for details.

npm run build, the last step is not working, please see error below

I have installed everything correctly but the last step npm run build doest work, tried with both "su npm run build" and also logged in as root and tried "npm run build". Error is below:

Error in plugin "gulp-sass"
Message:

gulp-sass 5 does not have a default Sass compiler; please set one yourself.
Both the sass and node-sass packages are permitted.
For example, in your gulpfile:

var sass = require('gulp-sass')(require('sass'));

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build-prep: gulp pre
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build-prep script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2021-10-21T14_26_43_808Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: npm run build-prep && npm run build-docs && npm run build-post
npm ERR! Exit status 1

UI Kit Update

Hello everybody,

I guess the UI kit in this repo is the old Cisco branding! Are there any updates going to be pushed to the repo soon?

Thanks

README is wrong

Your readme points to an internal gitlab instance and not this github repo.

Task 'pre' is not in your gulpfile

Command npm run build below are the details.

C:\Users\XXX\PycharmProjects\cui\CiscoUIKit>node -v
v18.14.1

C:\Users\XXX\PycharmProjects\cui\CiscoUIKit>npm -v
9.3.1

C:\Users\XXX\PycharmProjects\cui\CiscoUIKit>npm run build

> [email protected] build
> npm run build-prep && npm run build-docs && npm run build-post


> [email protected] build-prep
> gulp pre

[16:22:41] Using gulpfile ~\PycharmProjects\cui\CiscoUIKit\gulpfile.js
[16:22:42] Task 'pre' is not in your gulpfile
[16:22:42] Please check the documentation for proper gulpfile formatting

C:\Users\XXX\PycharmProjects\cui\CiscoUIKit>

Delete the $ ?

When you copy the commands you have the $ in the code.

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.