I just installed jqery-ui from npm and there is no jquery-ui.min.js file in any of the directories

I just installed jqery-ui from npm and there is no jquery-ui.min.js file in any of the directories

I have installed it two now and the file is just not there.  is there an alternative?  did the file name get changed since the instruction were written here:


I did not use bower but i assumed trhat the only difference would be the directory name.  In bower the path would be:

<script src="bower_components/jquery/dist/jquery.min.js"> </script>

in npm the path would similar but like:

<script src="node_modules/jquery/dist/jquery.min.js"></script>

So I am at a dead end here. I can't use jquery-ui at this point. Any help would be appreciated.