Skip to content

Commit d35a68f

Browse files
chore: add changeset for npm-sandbox-compat fix
Replace 'workspace:*' dependency with fixed version for compatibility with npm-based sandboxes. This change resolves installation issues in cloud-based environments.
1 parent 320d7bd commit d35a68f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.changeset/npm-sandbox-compat.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"start": patch
3+
---
4+
5+
Make react-start example compatible with npm-based sandboxes
6+
7+
Replace the 'workspace:*' dependency reference with a fixed version (^0.4.0) for @tanstack/devtools-event-client in the react/start example.
8+
9+
The workspace:* reference was incompatible with npm-based sandboxes like StackBlitz and CodeSandbox, causing pnpm install failures with 'ERR_PNPM_OUTDATED_LOCKFILE' error.
10+
11+
This change allows the example to be used in cloud-based development environments while maintaining version compatibility.

0 commit comments

Comments
 (0)