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 download this project to my local workspace. I execute it by "http-server". Then open index.html file in example folder, and it consoles some errors below. Uncaught SyntaxError: Unexpected token 'export' ---weatherwheel.js:3 Uncaught (in promise) ReferenceError: WeatherWheel is not defined at (index):50 ---(index):50
I wonder whether I need to build any environment and how to fix it then can work correctly, thanks a lot.
The text was updated successfully, but these errors were encountered:
I download this project to my local workspace. I execute it by "http-server". Then open index.html file in example folder, and it consoles some errors below.
Uncaught SyntaxError: Unexpected token 'export' ---weatherwheel.js:3
Uncaught (in promise) ReferenceError: WeatherWheel is not defined at (index):50 ---(index):50
I wonder whether I need to build any environment and how to fix it then can work correctly, thanks a lot.
The text was updated successfully, but these errors were encountered: