Git Product home page Git Product logo

Comments (3)

mcolyer avatar mcolyer commented on May 21, 2024

I'm down with that approach if we can do it cleanly, shortcuts are more native to Windows.

from apm.

anaisbetts avatar anaisbetts commented on May 21, 2024

On Windows though it's possible to create symbols links, but it requires the Administrator privilege to do that, or at least requires the Administrator user to grant the permission to normal users, and it's hard to get it right

Yep, while Symlinks have the same semantics as they do in POSIX, you can't create them without a UAC dialog, which sucks. In the case of apm develop, it might be reasonable to pop a UAC dialog though, and directory symlinks are Generally Reliable (unlike file symlinks which have a tendency to get stomped by dumb programs). They also only exist in >= Vista (which is fine, just wanted to mention it)

Maybe we could create file shortcuts instead of symbol links on Windows?

File Shortcuts are only interpreted by Explorer (i.e. the file browser UI), they have no meaning to the filesystem or other programs (and therefore aren't very useful as a replacement for symlinks).

I'm not sure where you're trying to replicate symlinks, but since this is the apm repo, I would either bite the UAC prompt bullet, or just do a 'cp -R' whenever you see 'ln -s', depending on the scenario

from apm.

mcolyer avatar mcolyer commented on May 21, 2024

Fixed in 879b06

from apm.

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.