Git Product home page Git Product logo

Comments (4)

natemoo-re avatar natemoo-re commented on May 3, 2024 3

You can pass --use with npm or yarn to specify the package manager to run (it should already default to $npm_execpath). You should be able to use --run false to disable the automatic install. I will add these to the README, but they are also visible through the --help flag.

pnpm support is something we can look into during #190.

from astro.

natemoo-re avatar natemoo-re commented on May 3, 2024 2

An update to this has been merged. You can now pass --skip-install.

Note that npm@7 now requires an extra --, so npm init astro -- --skip-install instead of npm@6's npm init astro --skip-install.

from astro.

duncanhealy avatar duncanhealy commented on May 3, 2024

we could use $npm_execpath to use the invoking package manager

from astro.

eyelidlessness avatar eyelidlessness commented on May 3, 2024

we could use $npm_execpath to use the invoking package manager

This works as long as it shares the relevant CLI. Which I believe is the case with PNPM but depending on what commands are used (including potential future expansion) may not be the case for Yarn.

A good compromise might be to require a flag (like say --install-dependencies with an -i shorthand), and include that flag in the documented command. Alternatively, while more work for Yarn users especially, an opt-out flag could be used.

from astro.

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.