Trying to use "npm list --depth=0" in travis-ci and the error means the build fails. yarn is currently missing identical functionality to that npm list feature (show installed / in the package.json versions), yarn list shows all available packages. Regardless of my personal need, at some point we need to take care of mapnik / node-pre-gyp issue.
yarn generates a warning:
npm generates an error:
Trying to use "npm list --depth=0" in travis-ci and the error means the build fails. yarn is currently missing identical functionality to that npm list feature (show installed / in the package.json versions), yarn list shows all available packages. Regardless of my personal need, at some point we need to take care of mapnik / node-pre-gyp issue.