-
Notifications
You must be signed in to change notification settings - Fork 57
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
PIX layers import issue #59
Comments
Sorry, yes, I have to update to 5.3 :) someone removed interaction package and i didnt notice it. Try to remove it and rebuild for now? I will look tomorrow or maybe in weekend |
Thank you for prompt response. couldn't figure out what you mean by below line Try to remove it and rebuild for now? Will be highly appreciated if this fix can be provided as soon as possible. |
Done. |
Thank u so much for prompt fix. I see version upgrade to 0.3.0 But Now i see below error while compiling. ERROR in node_modules/pixi-layers/dist/pixi-layers.d.ts:7:1 - error TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier. 7 namespace PIXI.display {
|
Why are there so many errors? Any ideas? Was it the thing before 5.3 update? |
No its was not present before. It only came with "pixi-layers": "^0.3.0", |
wow i see it now, sorry |
0.3.1 , please try now |
Great..Its working..Thank u so much. |
I can't install pixi-layer@0.3.1 and I search it in npm but got the latest version is 0.3.0, did someone unpublish this version in npm? |
you need it for pixi-v6, right? |
No, we use it for pixi-v5 |
According to https://www.npmjs.com/package/pixi-layers , |
yeah, but we can not find the version when run “yarn add pixi-layers@^0.3.1” in terminal, and we also can not find the version when search version list using command in terminal. So is this version be purged? |
clean your yarn cache |
Thanks, Ivan. Seems it blocked by cache. |
I am trying to figure whats right way to import PIXI layers with PIXI.
1> **while importing the below way
****ERROR in ./src/common/common/shared/graphics-framework/graphics/graphics.service.ts 338:24-36
"export 'display' (imported as 'PIXI') was not found in 'pixi.js'
2> **while importing like below
getting on below error
3> while importing like below
The text was updated successfully, but these errors were encountered: