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

tailwind starter template fails dependencies installation #493

Open
2 of 3 tasks
gepp4 opened this issue Sep 3, 2024 · 0 comments
Open
2 of 3 tasks

tailwind starter template fails dependencies installation #493

gepp4 opened this issue Sep 3, 2024 · 0 comments

Comments

@gepp4
Copy link

gepp4 commented Sep 3, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Do you want this issue prioritized?

  • Yes, I have sponsored
  • Not urgent

Current Behavior

The command npx create-solito-app@latest my-solito-app -t with-tailwind fails during yarn install with the following error message:

      throw new UsageError(`Unsupported package manager specification (${raw})`);
            ^

UsageError: Unsupported package manager specification (bun@1.1.18)
    at parseSpec (C:\Users\AntoninoGargiulo\scoop\apps\nodejs-lts\20.15.1\node_modules\corepack\dist\lib\corepack.cjs:23258:13)
    at loadSpec (C:\Users\AntoninoGargiulo\scoop\apps\nodejs-lts\20.15.1\node_modules\corepack\dist\lib\corepack.cjs:23316:11)
    at async Engine.findProjectSpec (C:\Users\AntoninoGargiulo\scoop\apps\nodejs-lts\20.15.1\node_modules\corepack\dist\lib\corepack.cjs:23490:22)
    at async Engine.executePackageManagerRequest (C:\Users\AntoninoGargiulo\scoop\apps\nodejs-lts\20.15.1\node_modules\corepack\dist\lib\corepack.cjs:23542:24)
    at async Object.runMain (C:\Users\AntoninoGargiulo\scoop\apps\nodejs-lts\20.15.1\node_modules\corepack\dist\lib\corepack.cjs:24235:5) {
  clipanion: { type: 'usage' }
}

Node.js v20.15.1
[solito] error installing node_modules with yarn
 yarnpkg exited with non-zero code: 1

Expected Behavior

The scaffolding should complete without errors and the both yarn dev and yarn native should run without getting errors.

Steps To Reproduce

Run the command to scaffold the tailwind template project npx create-solito-app@latest my-solito-app -t with-tailwind

Versions

- Solito: installation failed
- Next.js: 14.2.5
- Expo: 51.0.23
- React Native: 0.72.4

Screenshots

No response

Reproduction

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant