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
Describe the bug
I am unable to debug my cloned version of hubble.gl within a dependent repo using pnpm.
When I set the package spec to "hubble.gl": "file:../hubble.gl", in my package.json, I get this error:
ERR_PNPM_ENOENT ENOENT: no such file or directory, copyfile '/Users/crich/development/github/hubble.gl/.env' -> '/Users/crich/development/github/agroview-client/node_modules/.pnpm/hubble.gl-monorepo@file+..+hubble.gl/node_modules/hubble.gl-monorepo_tmp_71225/.env'
The text was updated successfully, but these errors were encountered:
Describe the bug
I am unable to debug my cloned version of hubble.gl within a dependent repo using
pnpm
.When I set the package spec to
"hubble.gl": "file:../hubble.gl",
in my package.json, I get this error:The text was updated successfully, but these errors were encountered: