russhwolf
04/14/2019, 6:09 PMorangy
russhwolf
04/14/2019, 6:13 PMpackage.json
and package-lock.json
files in the build
directory (next to node_modules
) when it was running my tests.
My first pass fix was to copy files with just the body {}
into that directly as part of the prepareNodePackage
task from the sample. That works but generates a couple of warnings, so another option is to take those files after a successful build and check them in.
I suspect there might be a cleaner way to do all that, though, since there’s node configuration happening at the gradle level which I would think should be able to generate the necessary json.