I see from here https://github.com/jquery/jquery-ui that jquery-ui\'s latest release is 1.11.4. However, when I use \"npm install jquery-ui\", it\'s only 1.10.3. I checked thi
jQuery-ui specifically needs to be build after installation. To avoid this, use npm install jquery-ui-dist
npm install jquery-ui-dist