cyocun

Results 4 comments of cyocun

Thank you for letting me know! I tried `rm -rf node_modules/` `rm yarn.lock` `yarn cache clean` `yarn add pixi.js` and I changed to `npm install pixi.js` and tried the same...

@domis86 @bigtimebuddy The original project is huge, so I made a new sample. One thing I forgot to tell you is that it runs on NuxtJS. And it still says...

@domis86 > Ok - so it seems that you try to run this "server side" (not in browser). > > In this case i would suggest to try this: https://github.com/pixijs/pixijs/tree/dev/bundles/pixi.js-node...

I believe this issue arose from importing CSS in a JS file (actually TS), which is not an uncommon use case. For instance, importing CSS that comes with a library...