Giter VIP home page Giter VIP logo

Comments (1)

vitorleite avatar vitorleite commented on July 28, 2024

For anyone that, like me, isn't yet too familiar with npm, and is getting this issue without knowing how it should be handled properly. I'm leaving here how I sorted it in my end, since this really isn't an issue with sassdown.

If you're using [email protected] and you're getting the error Warning: Path must be a string. and need to include a fixed version of sassdown to sort this out, you can update your package.json to point to this repository, specifically commit 8d9dc78 which includes a fix and be safeguarded regarding future merges or updates to master, although you might still want them anyway.

"devDependencies": {
    "sassdown": "git://github.com/nopr/sassdown.git#8d9dc78"
}

This actually applies to any npm dependency, if you need to apply a fix, just fork the project, apply the fix, push it to your fork, open a pull request and in the meantime point the dependency to your fork repo.

from sassdown.

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.