How to install local app-extension
-
Hi,
How to install and run a custom app-extension from local source?
I’m running
yarn add --dev @quasar/quasar-app-extension-example@ssh://local-server/modules/example.git
and changing the code. But if I run
quasar ext invoke example
, I get this error:Tried to invoke App Extension "example", but it's npm package is not installed
-
Did you read this? https://v1.quasar-framework.org/app-extensions/development-guide/introduction#Manually-testing
Also, if you are on Windows and it’s not working, I’ve had a fair experience with Yalc.
https://github.com/whitecolor/yalc
Scott
-
Thanks. After upgrade my environment, I can run
yarn link
on Windows. -
Out of curiosity, what did you do?
Scott