Version 0.3.19 was fine, but after upgrading to version 0.4.0 if I run npm install I get the following warning:
npm WARN [email protected] requires a peer of marked@^0.3.3 but none is installed. You must install peer dependencies yourself.
Is this expected?
FYI: this does not occur if clean install (e.g. no existing node_module folder). If you remove the node_modules folder then run npm install, then run npm install again it will throw the warning on the 2nd npm install
You need to update marked-terminal
Thank you for the response and sorry, it obvious I don't really understand peer dependancies 馃槙 Is the best way to handle this to add it to package.json (e.g. npm i -S marked-terminal) so nobody else using the project gets the same error?
Yup that should work
Most helpful comment
You need to update marked-terminal
https://github.com/mikaelbr/marked-terminal/issues/40