You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, I was trying to use the template with a PNPM monorepo and encountering ERR_PNPM_FETCH_404 for @app/preload and ERR_PNPM_WORKSPACE_PKG_NOT_FOUND for @app/renderer. I have created a pnpm-workspace.yaml and add the packages there but still not working. Has anyone successfully set up this template with PNPM workspaces? Any workarounds or fixes to ensure compatibility?
i init render with Tanstack Router and Start.
this is the type of error i am facing.
ERR_PNPM_FETCH_404 GET https://registry.npmjs.org/@app%2Fpreload: Not Found - 404
This error happened while installing a direct dependency of /Users/yonathandejene/projects/wish/wish
@app/preload is not in the npm registry, or you have no permission to fetch it.
No authorization header was set for the request.
Progress: resolved 8, reused 8, downloaded 0, added 0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there, I was trying to use the template with a PNPM monorepo and encountering
ERR_PNPM_FETCH_404
for@app/preload
andERR_PNPM_WORKSPACE_PKG_NOT_FOUND
for@app/renderer
. I have created apnpm-workspace.yaml
and add the packages there but still not working. Has anyone successfully set up this template with PNPM workspaces? Any workarounds or fixes to ensure compatibility?i init render with Tanstack Router and Start.
this is the type of error i am facing.
Beta Was this translation helpful? Give feedback.
All reactions