Skip to content

Commit

Permalink
Docs: Clear guide for package manager installation (#558)
Browse files Browse the repository at this point in the history
* Docs: Clear guide for package manager installation

* Configured to download specific node version

* use specific npm version
  • Loading branch information
shivam-sharma7 authored Oct 27, 2023
1 parent f344edf commit 8549f58
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ Live code the backend and frontend together with close to no configuration. When

* Create or use an existing Quarkus application
* Add the Quinoa extension
* Install NodeJS (https://nodejs.org/) or make sure Quinoa is link:config-reference.adoc#quarkus-quinoa_quarkus.quinoa.package-manager-install[configured] to install it.
* Install NodeJS (https://nodejs.org/) or make sure Quinoa is https://docs.quarkiverse.io/quarkus-quinoa/dev/config-reference.html#quarkus-quinoa_quarkus.quinoa.package-manager-install[configured] to install it, see the following example.

----
quarkus.quinoa.package-manager-install.node-version=18.18.0
quarkus.quinoa.package-manager-install.npm-version=10.2.1
----


[#installation]
== Installation
Expand Down

0 comments on commit 8549f58

Please sign in to comment.