App Extension cannot find ui dependency
-
This is my first attempt at a Quasar extension: Click-to-edit be nice
I am running into an issue after installing it on a project using
quasar ext add click-to-edit
and then kicking offquasar dev
I look in the node_modules folder and they are both installed:
Any ideas?
Thanks!
-
same error here. You could post a github issue:
https://github.com/neilhoff/quasar-app-extension-click-to-edit
-
Sorry…I didn’t make it clear but I am the developer.
Steps I took to create the project:
quasar create my-ext --kit ui
- Developed in the
/ui/src
folder - Tested using the
/ui/dev
folder (It worked great) - Published the
/ui
to NPM usingnpm publish
- Published the
/app-extension
to NPM usingnpm publish
Did I miss a step?