cristianvasquez / obsidian-prettify

A markdown prettifier for obsidian
GNU General Public License v3.0
130 stars 12 forks source link

Error when installing dependencies for development #55

Closed harmtemolder closed 3 years ago

harmtemolder commented 3 years ago

npm i gives me the following:

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?

cristianvasquez commented 3 years ago

Hi! thanks for the report.

I was using the dev branch because the main branch had a bug related to emojis. However, it was fixed!

I updated the dependency