Giter VIP home page Giter VIP logo

Comments (8)

barroudjo avatar barroudjo commented on June 29, 2024 2

Sorry for digging up this old issue, but I believe my PR solves this issue:
#84

from pre-commit.

3rd-Eden avatar 3rd-Eden commented on June 29, 2024

The reason why we're symlinking is so we can use our node_modules inside of the hook as it will properly resolve to the node_modules of this project. By copying, we would lose all the functionality again making the codebase super hard to maintain and update. But if you know ways around and can create a working pull request, i'll be more than happy to merge that in.

from pre-commit.

rictorres avatar rictorres commented on June 29, 2024

That's true, I haven't thought about that. I'm gonna play with it over the weekend.

from pre-commit.

g-p-g avatar g-p-g commented on June 29, 2024

I don't think this is an issue only for Windows users, I would expect this to affect anyone using Vagrant or similar. The symlink it creates doesn't use relative paths, so I need to recreate it anyway.

I can't tell if this works on Windows (but I suspect it doesn't), but in the Vagrant instance I remove the symlink created and create another one either using ln -rs node_modules/pre-commit/hook .git/hooks/pre-commit or ln -s '../../node_modules/pre-commit/hook' .git/hooks/pre-commit and then I can run it outside Vagrant as the link gets resolved correctly.

from pre-commit.

3rd-Eden avatar 3rd-Eden commented on June 29, 2024

@g-p-g So your suggestion is change symlinks to use relative paths instead of full paths and that could magically fix the issue?

from pre-commit.

g-p-g avatar g-p-g commented on June 29, 2024

@3rd-Eden what do you mean by magically? I explicitly mentioned that it doesn't work for me right now, even when using Vagrant inside Linux or OSX, that is not specific to Windows. The relative path fix the problem I have.

from pre-commit.

3rd-Eden avatar 3rd-Eden commented on June 29, 2024

@g-p-g Yes, sorry about. I read it incorrectly.

from pre-commit.

atorian avatar atorian commented on June 29, 2024

+1 for this issue.
As far as some team members use window - this is the only thing that prevents us from using it.

from pre-commit.

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.