Closed
Description
There is an error in v1.69.0 which prevents the engine being installed using various package managers such as yarn, pnpm or npm.
This has been reported on the forum but it is also affecting some CDN's
ESM.sh v1.69.1 ❌
ESM.sh v1.69.0 ❌
ESM.sh v1.68.1 ✅
Skypack v1.69.1 ✅
Skypack v1.69.0 ❌
Skypack v1.68.1 ✅
This seems to be 2 separate issues.
- No extras mjs files was included. Add extras.mjs to exported files #6153
- Versions of Node < 18 cannot resolve the circular dependancy at
Line 108 in 607e3a8
Update - added 1.69.1
Activity