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
Hello,
If I run "npm i" on any branches of this app, I get a lot of deprecation warnings, then a lot of error warnings. Then, not surprisingly npm start also does not work.
I have managed to get a variant working by importing the npm module. However that has the downside that the app is then somewhat less customizeable, as the minified code in the module is largely inaccessible.
Could anyone tell me how to get a working version of it, and the demo version, set up and started?
I would be very grateful for any pointers.
The text was updated successfully, but these errors were encountered:
Hello,
If I run "npm i" on any branches of this app, I get a lot of deprecation warnings, then a lot of error warnings. Then, not surprisingly npm start also does not work.
I have managed to get a variant working by importing the npm module. However that has the downside that the app is then somewhat less customizeable, as the minified code in the module is largely inaccessible.
Could anyone tell me how to get a working version of it, and the demo version, set up and started?
I would be very grateful for any pointers.
The text was updated successfully, but these errors were encountered: