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
In package.json the dependencies seem missing.
In my case, I have installed the package via npm install --save @pixi/tilemap.
The bundler says that @pixi/display is missing, which is imported from this package.
I can recommend to declare the dependencies.
The text was updated successfully, but these errors were encountered:
In package.json the dependencies seem missing.
In my case, I have installed the package via
npm install --save @pixi/tilemap
.The bundler says that
@pixi/display
is missing, which is imported from this package.I can recommend to declare the dependencies.
The text was updated successfully, but these errors were encountered: