Giter Club home page Giter Club logo

Comments (2)

hschaefer123 avatar hschaefer123 commented on July 29, 2024

Hi,

same for me on mac, but you can fix it locally:

  1. Check out the project locally
  2. Use cmd npm link
  3. Use cmd yo btp-diagram-icons
"scripts": {
    ...
    "local:link": "npm link",
    "local:start": "yo btp-diagram-icons"
  },

Using it this way, the libs and icons are created relatively to your checkout path.

If you want to use the latest icons you can update package.json deps to:

"@ui5/webcomponents-icons": "^1.12.2",
"@ui5/webcomponents-icons-business-suite": "^1.12.2",
"@ui5/webcomponents-icons-tnt": "^1.12.2",

but you to adopt new icon version dirs index.js lin 110-

const sapicons = require("@ui5/webcomponents-icons/dist/generated/assets/v5/SAP-icons.json");
const tnticons = require("@ui5/webcomponents-icons-tnt/dist/generated/assets/v3/SAP-icons-TNT.json");
const businesssuiteicons = require("@ui5/webcomponents-icons-business-suite/dist/generated/assets/v2/SAP-icons-business-suite.json");

Best regards
Holger

from generator-btp-diagram-icons.

geert-janklaps avatar geert-janklaps commented on July 29, 2024

Just published a new version to NPM, containing the latest webcomponents and fixing this path issue.
Can you try it out?

from generator-btp-diagram-icons.

Related Issues (5)

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.