Giter VIP home page Giter VIP logo

Comments (5)

ShGKme avatar ShGKme commented on July 18, 2024

master branch with @nextcloud/vue@8 is supposed to be used with Node LTS: Nodejs v20. If you have a warning here using not Node v20 you should upgrade your nodejs to LTS.

stable7 branch with @nextcloud/vue@7 is supposed to be used with Nodejs v16. But I think we can change it to add node 18 and node 20 support, both should work.

Most of the other warnings most likely come from other packages. They should be published, but their warnings are not related to this repository.

from nextcloud-vue.

eldertek avatar eldertek commented on July 18, 2024

I tried to install with npm npm install -D @nextcloud/vue@8 but I got :
No matching version found for @nextcloud/vue@8.

from nextcloud-vue.

eldertek avatar eldertek commented on July 18, 2024

Working with https://www.npmjs.com/package/@nextcloud/vue/v/8.0.0-beta.2 (perhaps)

from nextcloud-vue.

ShGKme avatar ShGKme commented on July 18, 2024

I tried to install with npm npm install -D @nextcloud/vue@8 but I got :
No matching version found for @nextcloud/vue@8.

@nextcloud/vue@8 is not yet published as the latest release and is still in beta (aka next version). If you want to install a beta (next) version, you need to run

npm install @nextcloud/vue@next
# or a specific version
npm install @nextcloud/[email protected]

If you want the current latest (stable) version (7), you can install it without specifying the version.

npm install @nextcloud/vue

from nextcloud-vue.

eldertek avatar eldertek commented on July 18, 2024

Thank you for your explanation !

from nextcloud-vue.

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.