diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 5cd25e8c29..ece47e757b 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -2285,13 +2285,16 @@ This check was removed for YP 2.3 release <filename>npm.bbclass</filename> - Provides support for building Node.js software fetched using the npm - package manager. + Provides support for building Node.js software fetched using the + node package manager (NPM). Currently, recipes inheriting this class must use the npm:// fetcher to have dependencies fetched and packaged automatically. + For information on how to create NPM packages, see the + "Creating Node Package Manager (NPM) Packages" + section in the Yocto Project Development Tasks Manual.