Closed hutson closed 8 years ago
Existing code used the fs module to check that the package.json file existed before writing to it.
fs
package.json
However, for compositing, the check must be done using the yeoman generator's mem-fs module.
mem-fs
Existing code used the
fs
module to check that thepackage.json
file existed before writing to it.However, for compositing, the check must be done using the yeoman generator's
mem-fs
module.