https://twill.io logo
Join Discord
Powered by
# 🟢vuejs-javascript
  • i

    ifox

    08/18/2022, 12:07 PM
    it should be done by the build command though
  • i

    ifox

    08/18/2022, 12:07 PM
    there might be a regression on our end
  • g

    ghostbane

    08/18/2022, 12:07 PM
    All the files remain the same
  • i

    ifox

    08/18/2022, 12:07 PM
    oh
  • i

    ifox

    08/18/2022, 12:08 PM
    are you on 2.8.4?
  • g

    ghostbane

    08/18/2022, 12:09 PM
    How do I check the explicit version, I just have ^2.8 in my composer file
  • g

    ghostbane

    08/18/2022, 12:10 PM
    In the package.json inside twill
  • g

    ghostbane

    08/18/2022, 12:11 PM
    So do I need to rename
    twill-assets
    ?
  • i

    ifox

    08/18/2022, 12:14 PM
    you need to update Twill to 2.8.5 or more
  • i

    ifox

    08/18/2022, 12:15 PM
    if don't want to, you can copy the folder content manually I guess
  • i

    ifox

    08/18/2022, 12:15 PM
    if you're committing your build to your git repo it won't matter
  • i

    ifox

    08/18/2022, 12:15 PM
    but I'd still recommend updating
  • g

    ghostbane

    08/18/2022, 12:15 PM
    I'd rather update too
  • g

    ghostbane

    08/18/2022, 12:16 PM
    There wasn't any major feature change than just this assets aspect?
  • g

    ghostbane

    08/18/2022, 12:22 PM
    So, updated, tried the build command again, now this,
  • g

    ghostbane

    08/18/2022, 12:27 PM
    Wait, I'm an idiot, obviously I'd need to reinstall the deps 🤦
  • g

    ghostbane

    08/18/2022, 12:29 PM
    And everything works now! Thank you @ifox and @Harings Rob - amazing support ❤️
  • i

    ifox

    08/18/2022, 12:30 PM
    great to hear! cheers 👍
  • f

    funcyChaos

    02/08/2023, 10:25 PM
    Trying to get twill installed This ./vendor/bin/sail composer require area17/twill:"^2.0" Results in this error: In ProviderRepository.php line 206: Class "Intervention\Image\ImageServiceProvider" not found Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
  • e

    Elo

    03/10/2023, 1:33 PM
    Hi everyone ! I need to use Chart.js in a custom vue component, but when I run
    Copy code
    php artisan twill:dev
    I have the following error. Can you explain me how I can resolve this ?
  • i

    ifox

    03/10/2023, 1:34 PM
    Hi @Elo can you share how you are importing chart.js in your custom dashboard component?
  • e

    Elo

    03/10/2023, 1:36 PM
    Copy code
    js
    import {Chart} from "chart.js/auto";
  • i

    ifox

    03/10/2023, 1:38 PM
    https://stackoverflow.com/questions/74570679/chart-js-module-parse-failed-when-using-the-latest-version-of-chart-js
  • i

    ifox

    03/10/2023, 1:38 PM
    2 choices from there: - use an older version of chartjs compatible with webpack 4 - update to twill 3 which runs webpack 5
  • e

    Elo

    03/10/2023, 1:40 PM
    @ifox thanks for your answers, I will try this right now
  • e

    Elo

    03/10/2023, 2:07 PM
    work really fine @ifox thanks for your quickly help
  • n

    Nuxt #announcements

    04/28/2023, 7:52 PM
    🚀 And for your pleasure today we have v3.4.3! This is our last (expected) patch release before a raft of new features land in v3.5 (expected in about two weeks' time). There are lots of bug fixes - and one significant security fix for an issue affecting the dev server (#20543). https://github.com/nuxt/nuxt/releases/tag/v3.4.3
  • n

    Nuxt #announcements

    05/16/2023, 1:46 PM
    @here Nuxt 3.5 is out ✨ We have some nice new updates (Vue 3.3 and Nitro 2.4), as well as some lovely experimental features (interactive server components and typed routing). And lots more - see the highlights at https://nuxt.com/blog/v3-5. https://twitter.com/nuxt_js/status/1658468390758150145
  • n

    Nuxt #announcements

    05/16/2023, 3:07 PM
    @here we also open sourced NuxtLabs UI (MIT License) powered by TailwindCSS and HeadlessUI, configurable at runtime with HMR thanks to the
    app.config.ts
    ✨ https://twitter.com/nuxtlabs/status/1658488718230163459
  • n

    Nuxt #announcements

    05/21/2023, 4:51 PM
    🚊 On the regularly scheduled release train, we have v3.5.1! It's not too long after v3.5 but we do have some real bug fixes and a performance improvement on the watcher that should make a real difference for large projects (particularly on windows machines). 🔥 As usual, please do let us know how things go! https://github.com/nuxt/nuxt/releases/tag/v3.5.1