I have created a game in pixi.js and for the leaderboard i want to show top 50 players so i did a research and found this repository but as soon as i run npm i pixi-scrollbox my console is filled with errors on which i have no command cause those issues are not in my code there are coming from pixi.js stating that these exports are not present but when i uninstall pixi-scrollbox everything went to normal. Can you help me with these errors?
I have created a game in pixi.js and for the leaderboard i want to show top 50 players so i did a research and found this repository but as soon as i run
npm i pixi-scrollbox
my console is filled with errors on which i have no command cause those issues are not in my code there are coming from pixi.js stating that these exports are not present but when i uninstall pixi-scrollbox everything went to normal. Can you help me with these errors?snapshot of errors