Hello here.
One of my project dependency depend to marked, so I have a warning in my log during a npm install
npm WARN prefer global [email protected] should be installed with -g
Why "preferGlobal": true, in package.json ?
https://github.com/chjj/marked/blob/master/package.json#L9
+1
+1 this is a library module first and a cli util second
+1
@matt- and @UziTech - Thoughts?
Do we have a PR that removes this from the package.json
Merged.
Most helpful comment
Merged.