Replies: 2 comments 4 replies
-
It should work, is it in your PATH env when running Quarkus? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm using Mac OS with
However, where and how do I put PATH env? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have
node
(withnpm
) installed on my machine:and a correct
package.json
withpackage-lock.json
in mysrc/main/webui
-folder of my quarkus-project.However, when starting Quarkus Dev with Quinoa I get the following error:
So it seems that Quinoa cannot use the Node version that is already installed globally, or?
Therefore I need to allow Quinoa to install it manually:
Is there a way to allow Quinoa to use the globally installed node version or is this considered a bad practice?
Beta Was this translation helpful? Give feedback.
All reactions