npm WARN deprecated rollup-plugin-babel@4.4.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm ERR! code 1
npm ERR! Command failed: git checkout dev
npm ERR! error: pathspec 'dev' did not match any file(s) known to git
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/harmtemolder/.npm/_logs/2021-04-01T14_08_38_574Z-debug.log
In that complete log I find this:
...
1257 silly fetchPackageMetaData error for js-yaml@git://github.com/nodeca/js-yaml.git#dev Command failed: git checkout dev
1257 silly fetchPackageMetaData error: pathspec 'dev' did not match any file(s) known to git
...
So js-yaml does not seem to have a dev branch any more. Was there a reason for not using their master branch before?
npm i
gives me the following:In that complete log I find this:
So js-yaml does not seem to have a
dev
branch any more. Was there a reason for not using theirmaster
branch before?