donejs / bitballs

A basketball tourney application.
https://donejs.com/bitballs.html
MIT License
11 stars 17 forks source link

Fresh copy of Bitballs not working (jQuery error) #308

Closed chasenlehara closed 6 years ago

chasenlehara commented 6 years ago

This was reported on Gitter (thanks @tracer99) and I can replicate it locally.

Steps to reproduce:

  1. Follow the steps here to clone the repo, set up the database, install the dependencies, and start the server: https://github.com/donejs/bitballs#download-source
  2. Go to http://localhost:5000/

Expected results:

App would load successfully.

Actual results:

Error during SSR:

Potentially unhandled rejection [8] /bitballs/public/node_modules/bootstrap/js/dropdown.js:165 }(jQuery);
ReferenceError: jQuery is not defined

Environment:

Software Version
node -v 8.1.4
npm -v 5.3.0