This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
Installing plugins leads to error messages that we indicate the user should feel free to ignore #99
Labels
Milestone
When installing plugins, users are subjected to the following messages.
With issue #33 fixed, the peer dependency warnings should be removed since they are injected by the module loader.
To address these 2 warnings:
For the no such file or directory warning, this was added in #75. We should look into how we can suppress this error and what is different between doing
npm i -g --prefix "some-location" some-package
and how we are calling the api. It would seem like we are doing something slightly different than the npm command itself.The text was updated successfully, but these errors were encountered: