3

Currently, I am modifying a chrome extension I have built to adding a popup page that is developed in Vue. I am using this tutorial, https://www.streaver.com/blog/posts/create-web-extension-vue.html.

Whenever I try the step vue init kocal/vue-web-extension my-extension, I get the following error:

vue-cli · ENOENT: no such file or directory, scandir '/Users/avidave/.vue-templates/kocal-vue-web-extension/template'

I have updated my vue-cli to the latest version so I am not sure what this really means. I know the file template doesn't exist, but I am not sure what is the right way to create the file in the kocal-vue-web-extension, or if it is needed for that matter.

1 Answer 1

13

Try This

vue create --preset kocal/vue-web-extension my-extension
Sign up to request clarification or add additional context in comments.

1 Comment

Thank you, finally worked! I didn't get a chance to check out kocal/vue-web-extension Github but the same command is stated in the instructions there github.com/Kocal/vue-web-extension

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.