jSwtch Posted September 10, 2019 Share Posted September 10, 2019 I am trying to test some changes on a previous version. Npm uninstall pixi.js Npm install [email protected] --save Browser still shows 5.1.3 in the console. I have also tried incognito, clearing all browser data, deleting node_modules folder (and reinstall) , and disabling app service worker. Chrome and Firefox. Quote Link to comment Share on other sites More sharing options...
mattstyles Posted September 10, 2019 Share Posted September 10, 2019 Can you check what you have in your package.json to make sure npm is doing what you think it's doing? i.e. making sure it's explicitly setting 5.1.2 After that check the package.json inside pixi.js inside your node_modules folder for the version there. After that you need to make sure your bundler is not mucking around, as you mention a service worker it looks like you're already looking at this. _edit_ ooh, have you checked your package-lock.json file? it could well be the 'caching' issue is in there. jSwtch and ivan.popelyshev 1 1 Quote Link to comment Share on other sites More sharing options...
jSwtch Posted September 10, 2019 Author Share Posted September 10, 2019 fixed issue with clean install and upgrade - I believe problem was with the ordering filter installations on top of pixi.js Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.