🐼 Panda v0.17.1 #1584
anubra266
announced in
Announcements
🐼 Panda v0.17.1
#1584
Replies: 1 comment 5 replies
-
Just updated across our monorepo, from p panda codegen --clean
Panda in dev mode, running from source
node:internal/modules/cjs/loader:1051
throw err;
^
Error: Cannot find module './src/cli-main'
Require stack:
- /Users/olafurns/Verkefni/dd-unity/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@[email protected]_mc4eemvyusyy3hdoz4mcko437q/node_modules/@pandacss/dev/bin.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1048:15)
at Module._load (node:internal/modules/cjs/loader:901:27)
at Module.require (node:internal/modules/cjs/loader:1115:19)
at require (node:internal/modules/helpers:130:18)
at requireSource (/Users/olafurns/Verkefni/dd-unity/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@[email protected]_mc4eemvyusyy3hdoz4mcko437q/node_modules/@pandacss/dev/bin.js:20:19)
at symlink (/Users/olafurns/Verkefni/dd-unity/node_modules/.pnpm/@[email protected]/node_modules/@pandacss/symlink/src/index.js:83:3)
at Object.<anonymous> (/Users/olafurns/Verkefni/dd-unity/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@[email protected]_mc4eemvyusyy3hdoz4mcko437q/node_modules/@pandacss/dev/bin.js:17:22)
at Module._compile (node:internal/modules/cjs/loader:1241:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1295:10)
at Module.load (node:internal/modules/cjs/loader:1091:32) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/Users/olafurns/Verkefni/dd-unity/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@[email protected]_mc4eemvyusyy3hdoz4mcko437q/node_modules/@pandacss/dev/bin.js'
]
}
Node.js v20.8.0
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To upgrade to v0.17.1:
What's Changed
Fixed
process.
solved by limiting the concurrency using the
p-limit
libraryAdded
--host
and--port
flags to studio.Changed
OmittedHTMLProps
to be empty when usingconfig.jsxStyleProps
asminimal
ornone
EnumDeclaration
memberExample:
snappier
This should fix issues with the generation of typescript declaration (
.d.ts
) files when using@pandacss/xxx
packagesdirectly, such as:
Beta Was this translation helpful? Give feedback.
All reactions