Giter Club home page Giter Club logo

Comments (5)

Kocal avatar Kocal commented on June 12, 2024 2

Hi!

I think you problem comes from npm install -g @vue/cli-init which is only needed for pulling old template for Vue-CLI 2.x (see https://cli.vuejs.org/guide/creating-a-project.html#pulling-2-x-templates-legacy).

This project is for Vue-CLI 3+, so you don't need to intall @vue/cli-init.

I think you can make things working by running

$ npm uninstall -g @vue/cli @vue/cli-init
$ npm install -g @vue/cli
$ vue create --preset kocal/vue-web-extension my-extension

from vue-web-extension.

JonasTheGamer avatar JonasTheGamer commented on June 12, 2024

Hi! Thanks for the quick reply. What would the difference be with your last command and vue init kocal/vue-web-extension new-tab-page ? In the tutorials that's the command they use, and if possible I'd like to use that one to be able to follow up closely with the tutorial to learn first before doing. :)

Also, I tried running the secon command (npm install -g @vue-cli) but received this error:
image

from vue-web-extension.

Kocal avatar Kocal commented on June 12, 2024

Also, I tried running the secon command (npm install -g @vue-cli) but received this error:

Yeah sorry, I've made a typo, you should run npm install -g @vue/cli

from vue-web-extension.

JonasTheGamer avatar JonasTheGamer commented on June 12, 2024

Thank you for the quick reply! Sorry for not following up sooner, didn't have the time to do so...

I managed to execute the commands you listed and asked ESLINT to only prevent errors (it makes me rage anyway) and here we go , it's already complaining..
image

Any idea how I can resolve this? I didn't do anything in the folder yet, just ran these commands. My folder looks like this now:
image

from vue-web-extension.

JonasTheGamer avatar JonasTheGamer commented on June 12, 2024

image

Managed to run it, already getting errors without modifying any files.. I'm closing this issue, feel free to re-open if you'd like to continue but I think I just gave up..

from vue-web-extension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.