Closed tribanos closed 6 months ago
Your steps to reproduce are not supposed to work, you are missing the step to initialize the boilerplate:
pnpm create saas-boilerplate PATH
You should follow https://docs.demo.saas.apptoku.com/getting-started/run-project/run-new-project
This is caused by the pnpm
v9. Latest released version is not backward compatible and until we fix this I recommend to use pnpm 8
Describe the bug
I cant install the boilerplate. After pnpm install i get this error: " ERR_PNPM_FETCH_404 GET https://registry.npmjs.org/@sb%2Finfra-core: Not Found - 404"
Checked it in npmjs explorer and didnt find it.
Steps to reproduce
(ubuntu 22.04)
System Info
Logs
Click to see log!
```shell pnpm install packages/webapp | WARN The field "pnpm" was found in /home/podcraft/saas-boilerplate-2.6.0/packages/webapp/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead. Scope: all 22 workspace projects /home/podcraft/saas-boilerplate-2.6.0/packages/backend: ERR_PNPM_FETCH_404 GET https://registry.npmjs.org/@sb%2Finfra-core: Not Found - 404 This error happened while installing a direct dependency of /home/podcraft/saas-boilerplate-2.6.0/packages/backend @sb/infra-core is not in the npm registry, or you have no permission to fetch it. No authorization header was set for the request. Progress: resolved 7, reused 7, downloaded 0, added 0 ```Validations