

This package contains the additional files besides the default distribution package. To find the uncompressed, map file as well as the compressed file, you need to locate inside the bower_components/jquery/dist. The default path for this directory is bower_components. The above-listed command will install jquery to the Bower’s install directory. It is by making use of Bower as it can be listed as a package inside the bower and can be installed by making use of CLI. There is an additional way to install jquery. The uncompressed release, a map file, and a compressed release will also be built and could be found inside node_modules/jquery/dist. yarn add jqueryīy making use of the above command, you ensure that the jquery is installed in the node_modules directory. If you do not want to make use of npm package installer, you can also make use of yarn. These npm packages can be installed by making use of npm command on CLI.


Npm is the package which has registered jquery in it.
