Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fly launch: JS package manager should be autodetected #4209

Open
benwaffle opened this issue Feb 7, 2025 · 0 comments
Open

fly launch: JS package manager should be autodetected #4209

benwaffle opened this issue Feb 7, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@benwaffle
Copy link
Contributor

Describe the bug
When I run fly launch in a node.js app, it should autodetect whether I've used pnpm or yarn instead of npm when installing @flydotio/dockerfile@latest.

  • Operating system: macOS 15.2
  • fly version: v0.3.75

** Command output: **

installing: npm install @flydotio/dockerfile@latest --save-dev
npm error code EUNSUPPORTEDPROTOCOL
npm error Unsupported URL Type "workspace:": workspace:*
npm error A complete log of this run can be found in: /Users/ben/.npm/_logs/2025-02-07T06_27_33_900Z-debug-0.log
Error: failed to install @flydotio/dockerfile: exit status 1

(this comes from a local package reference from turborepo)

@benwaffle benwaffle added the bug Something isn't working label Feb 7, 2025
@benwaffle benwaffle changed the title launch: JS package manager should be autodetected flhy launch: JS package manager should be autodetected Feb 7, 2025
@benwaffle benwaffle changed the title flhy launch: JS package manager should be autodetected fly launch: JS package manager should be autodetected Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant