Anthony Fu
Anthony Fu
.nirc has to be under your home directory `~/.nirc`
> Is it possible to read from the NPM package so we could commit to GIT? We could have a `ni` field in package.json. PR Welcome > I assumed/hoped that...
Link behaves too differently across different agents, we probably won't provide an alias for it. Use `na link` instead.
If there is any improvement could make to the current docs, feel free to PR. I am not familiar with PowerShell to judge/help here.
I think this is how `nr` is defined to be. It forwards all options to the script instead of `npm`.
I think the message is a bit misleading. The problem is not that you can't use `vue-demi` with a component library (e.g. [`@vueuse/components`](https://vueuse.org/guide/components.html) is using `vue-demi`, and if you going...
I would suggest directly shipping SFC to npm and let userland plugin to compile it.
I am not sure what we can do about it. If you do, PR welcome.
I think it more likely that `vue-template-compiler` is grabing the v3 of `vue` due to the yarn workspace hoisting. Maybe you can try adding this to your package.json ```json "installConfig":...
I think get the nearest config sound like the correct way to do that (just like tsconfig.json). We could cache those configs so the performance shouldn't be affected too much.