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
I installed the lib via NPM, but I got this error:Uncaught Error: Cannot find module 'createjs'
I tired "import createjs from 'createjs'" and "import 'createjs'", neither is working, I modified webpack config, and I got this error:cannot read property 'prototype' of undefined.
What should I do? I used create-react-app to create the app. I have no idea what causes the problem.
The text was updated successfully, but these errors were encountered:
I installed the lib via NPM, but I got this error:Uncaught Error: Cannot find module 'createjs'
I tired "import createjs from 'createjs'" and "import 'createjs'", neither is working, I modified webpack config, and I got this error:cannot read property 'prototype' of undefined.
What should I do? I used create-react-app to create the app. I have no idea what causes the problem.
The text was updated successfully, but these errors were encountered: