Using “npm install” to install jquery-ui

前端 未结 4 2034
野趣味
野趣味 2021-02-03 17:48

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

4条回答
  •  旧时难觅i
    2021-02-03 18:09

    jQuery-ui specifically needs to be build after installation. To avoid this, use npm install jquery-ui-dist

提交回复
热议问题