Code Monkey home page Code Monkey logo

Comments (8)

yomed avatar yomed commented on June 14, 2024 4

@hedav85 Make sure to install @lasso/marko-taglib, since that was moved to its own package now.

from lasso-marko.

austinkelleher avatar austinkelleher commented on June 14, 2024

Hey @yomed is right. You have to install @lasso/marko-taglib to use the latest Marko and Lasso together since we moved the taglib to its own package. I'm going to go ahead and close this out, but feel free to reopen if you have any additional issues.

from lasso-marko.

hedav85 avatar hedav85 commented on June 14, 2024

thank you. Yes I've not installed the @lasso/marko-taglib package. Now it works.

from lasso-marko.

charlesread avatar charlesread commented on June 14, 2024

I still have this issue in a project what uses lasso v3 and @lasso/marko-taglib, if I delete node_modules and npm i I get the error, I have to explicitly npm i @lasso/marko-taglib, even though @lasso/marko-taglib is a dependency in package.json, to resolve the issue.

from lasso-marko.

austinkelleher avatar austinkelleher commented on June 14, 2024

@charlesread Are you using marko-starter? If so, which version of it?

from lasso-marko.

charlesread avatar charlesread commented on June 14, 2024

Hi, @austinkelleher, I am not using marko-starter.

from lasso-marko.

austinkelleher avatar austinkelleher commented on June 14, 2024

@charlesread You'll need to manually import the new lasso taglib by adding a marko.json in the root of your project.

{
    "taglibImports": [
        "@lasso/marko-taglib/marko.json"
    ]
}

Let me know if that fixes your issue.

from lasso-marko.

charlesread avatar charlesread commented on June 14, 2024

@austinkelleher , sorry for the late response, and thanks for getting back with me. Adding a marko.json as you suggested did do the trick, I'm just curious as to why I actually need to do that when I already have @lasso/marko-taglib as a dependency. But this gets the ball over the net, thanks!

from lasso-marko.

Related Issues (14)

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.