-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.69.0 Install error - Node 16.0 #6152
Comments
It looks like Line 29 in 607e3a8
Lines 85 to 103 in 607e3a8
|
Keeping this open, as it be also be related to Line 108 in 607e3a8
|
We've had also issues installing 1.69.0, and it was a very obscured error. |
@Maksims - could you please test to see if your issue is fixed in https://github.com/playcanvas/engine/releases/tag/v1.69.1 |
Worked for me using {
"name": "test",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"playcanvas": "^1.69.1"
}
} |
Node v16 seems to have an issue resolving the circular dependancy at Line 108 in 607e3a8
v18 an upwards works. Updating description |
version v21.1.0 of node does not work. From my experience having a circular dependency is always a bad idea, whatever it is for could there be a better way? The issue I see is not that it can't find it, its also that its stuck in a infinite loop, it tries to fetch playcanvas, then tries to fetch the playcanvas of the playcanvas etc |
Thanks @MAG-AdrianMeredith we're looking into it. Can you confirm what version of yarn you're using? |
@marklundin This is now fixed, right? |
Yep, this should now be fixed with #6168 |
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.
engine/package.json
Line 108 in 607e3a8
Update - added 1.69.1
The text was updated successfully, but these errors were encountered: