View categories
The Node.js platform now caches Yarn modules
Change effective on 27 January 2017
Previously, Node apps cached their local node_modules
directory by default. Now, Yarn modules (.cache/yarn
) and npm modules (.npm
) are cached independently. Users can also customize caching.