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 tried to run cd easystarjs/demo, npm install and node app.js then got an error of Uncaught ReferenceError: EasyStar is not defined at easy-star-demo.js:97:4
Found the issue in views/index.html line 70 replace js/easystar-0.4.4.min.js to js/easystar-0.3.0.min.js to fix EasyStar is not defined
The text was updated successfully, but these errors were encountered:
I tried to run
cd easystarjs/demo
,npm install
andnode app.js
then got an error ofUncaught ReferenceError: EasyStar is not defined at easy-star-demo.js:97:4
Found the issue in
views/index.html
line70
replacejs/easystar-0.4.4.min.js
tojs/easystar-0.3.0.min.js
to fix EasyStar is not definedThe text was updated successfully, but these errors were encountered: