Giter Club home page Giter Club logo

Comments (6)

khrome avatar khrome commented on May 18, 2024

I'll check this out today. There are some upcoming changes to go out, and f there's an issue I'll release a fix with that.

Thanks for the report!

from ascii-art.

khrome avatar khrome commented on May 18, 2024

For further detail can you give me your build command? It's very likely you're building for the web and need to exclude node specific modules.

from ascii-art.

prinkpan avatar prinkpan commented on May 18, 2024

You're right, I'm using this on my web app. Not sure what you mean by build command. I get the said error when I run npm run build. Sorry, I can't give more than this as I'm not so well versed with these tools. Thank you for looking into this.

from ascii-art.

khrome avatar khrome commented on May 18, 2024

npm run build executes whatever is in scripts.build in your package.json file, so there's no logic explicitly tied to that... it's wired individually for every module in your package.json.

You probably used a boilerplate generator that created this for you, but did not include commonly used configurations for building clientside versions of serverside modules.

likely you just need to tell it to not include fs in the browser... either in the babel config's resolve or in the config of whatever magic you're using on top of it.

from ascii-art.

khrome avatar khrome commented on May 18, 2024

Did this get sorted?

from ascii-art.

khrome avatar khrome commented on May 18, 2024

I'm going to call this good, reopen if there are issues.

from ascii-art.

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.