-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Review how create fuels
install dependencies
#3481
Comments
@danielbate @Dhaiwat10 Thoughts on this one? I'm just trying to remember how this was initially done and if this behavior is expected. |
@arboleya there was an attempt to detect the package manager that the user used to initialize the project, but we did not succeed. I think as of now, the CLI always uses I noticed that |
Yes we only have it setup via the flag. Maybe this issue should be a feature request to add better support for package manage detection, make sure said manager is used throughout and deprecate the flag. |
Closing in favor of: |
When I run
bun create fuels
, the generated app doesn't contain abun.lockb
file.Only a after running:
Same with
pnpm
, I only get thepnpm-lock.yaml
file after runningpnpm install
inside the app.It's worth also double-checking how
npm
is behaving.The text was updated successfully, but these errors were encountered: