-
-
Notifications
You must be signed in to change notification settings - Fork 165
Description
Describe the bug
Hi, I was following this tutorial:
https://www.sitepoint.com/build-vue-chrome-extension/
This section assumes that you have Node and npm installed on your computer. If this isn’t the case, you can either head to the project’s home page and grab the relevant binaries for your system, or you can use a version manager. I would recommend using a version manager.
I have node v12.14.1 and npm v6.13.4 installed. I'm on a windows 10 machine.
The next steps are to run the following commands to install everything that is needed:
npm install -g @vue/cli npm install -g @vue/cli-init
Great! That's done, now I need to initialize my project.
vue init kocal/vue-web-extension new-tab-page
That returns this error:
I tried rebooting, same result. I tried moving all contents from your template folder into another folder called "template" so it would find it but when running that command again it just put everything back to normal and guess what? Gave the error..
How would I resolve this issue? Thanks in advance for your reply.