You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I npm install the pixi-vector-graphics package, the pixi-vector-graphics package directory in my node-modules directory contains its own node-modules directory, which itself contains some files for PIXI.js. This messes up my webpack build as the version of PIXI.js in this directory is an old one, and webpack tries to import that old version instead.
The text was updated successfully, but these errors were encountered:
Whenever I
npm install
the pixi-vector-graphics package, the pixi-vector-graphics package directory in mynode-modules
directory contains its ownnode-modules
directory, which itself contains some files for PIXI.js. This messes up my webpack build as the version of PIXI.js in this directory is an old one, and webpack tries to import that old version instead.The text was updated successfully, but these errors were encountered: