We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have some problems on my own to run vite-pwa on my project, so I try to see if your exampe is working properly
but I use yarn on my projects, and here I'm "forced"to use pnpm
pnpm
and when I solve this problem (isolating the pwa-simple-pw and touch yarn.lock) then I have
pwa-simple-pw
touch yarn.lock
> dev > VIRTUAL_PWA_MODULE=true remix vite:dev sh: remix: command not found
I think it would be GREAT if the examples where working isolates, with anyone choosing their own package manager they're used to
I could make a PR if you were interested
The text was updated successfully, but these errors were encountered:
We're using pnpm as package manager and we enable shell-emulator in .npmrc file.
.npmrc
Sorry, something went wrong.
No branches or pull requests
I have some problems on my own to run vite-pwa on my project, so I try to see if your exampe is working properly
but I use yarn on my projects, and here I'm "forced"to use
pnpm
and when I solve this problem (isolating the
pwa-simple-pw
andtouch yarn.lock
) then I haveI think it would be GREAT if the examples where working isolates, with anyone choosing their own package manager they're used to
I could make a PR if you were interested
The text was updated successfully, but these errors were encountered: