Doing the following in a monorepo: ``` narn add ./packages/foo -w=apps/bar ``` Installs in the root package.json (not expected), wheras: ``` npm install ./packages/foo -w=apps/bar ``` Installs in the `app/bar` folder as expected