Lines Matching refs:npm
164 .. _migration-3.1-npm:
166 npm fetcher changes
169 The npm fetcher has been completely reworked in this release. The npm
175 Additionally, the package name in ``npm://`` entries in
178 generic ``name`` parameter. All recipes using the npm fetcher will need
183 SRC_URI = "npm://registry.npmjs.org;package=array-flatten;version=1.1.1 \
184 npmsw://${THISDIR}/npm-shrinkwrap.json"
186 Another example where the sources are fetched from git rather than an npm repository::
189 npmsw://${THISDIR}/npm-shrinkwrap.json"
191 devtool and recipetool have also been updated to match with the npm
193 for npm sources, there is also a minor change to the command line for
194 devtool: the ``--fetch-dev`` option has been renamed to ``--npm-dev`` as
195 it is npm-specific.