Code Monkey home page Code Monkey logo

Comments (3)

ghiscoding avatar ghiscoding commented on June 1, 2024

Can you try the aurelia-slickgrid-demos - RequireJS instead, it was recently rebuilt by @zewa666 a month ago with the new Aurelia CLI 2.x. Another good thing to know is that nearly all packages are now being auto-detected without the need to add them to the aurelia.json file (there are still 2 or 3 exceptions), you can see it here. I was just swamped and forgot to update the HOWTO Wiki. I'll update it soon.

Can you give that a try please, and also know that I won't download the zip (better play safe 😉 especially on a work computer), the Aurelia-Slickgrid-Demo is the way to go.

Cheers

from aurelia-slickgrid.

smansker avatar smansker commented on June 1, 2024

That got it! Thanks!

I removed the following from the aurelia.json, and it started working:

      {
        "name": "flatpickr",
        "path": "../node_modules/flatpickr/dist",
        "main": "flatpickr.min",
        "resources": ["flatpickr.min.css"]
      },
      {
        "name": "slickgrid",
        "main": "slick.grid",
        "path": "../node_modules/slickgrid",
        "deps": [
          "jquery",
          "jquery-ui-dist"
        ]
      },
      {
        "name": "jszip",
        "path": "../node_modules/jszip/dist",
        "main": "jszip.min"
      },
      {
        "name": "excel-builder-webpacker",
        "path": "../node_modules/excel-builder-webpacker",
        "main": "dist/index",
        "deps": [
          "jszip",
          "lodash"
        ]
      }

Good point on the zip file. Thanks again for your help!

from aurelia-slickgrid.

ghiscoding avatar ghiscoding commented on June 1, 2024

I updated the HOWTO Wiki, let me know if you spot any errors.

Thanks for the feedback ⭐

from aurelia-slickgrid.

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.