You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When following through the docs to create a frontend module from within Cuba studio (and Intellij with the studio plugin), the following error occurs:
2:21 PM Error running front generator
bash: node: command not found
2:21 PM Studio Error
java.util.concurrent.CompletionException: java.lang.RuntimeException: Unable to generate component
See log file for details (/Users/xyz/Library/Logs/Haulmont/CubaStudio2020.2/idea.log)
I use NVM to manage node versions.
If I make a symlink from /usr/local/node to the current node version I am using (i.e. /Users/xyz/.nvm/versions/node/v14.15.4/bin/node), the process to create a frontend module works.
The Gradle tasks succeeds, but the event log in Intellij reports this error.
When the error occurs I am unable to create frontend components.
The text was updated successfully, but these errors were encountered:
Environment
Description of the bug or enhancement
When following through the docs to create a frontend module from within Cuba studio (and Intellij with the studio plugin), the following error occurs:
I use NVM to manage node versions.
If I make a symlink from /usr/local/node to the current node version I am using (i.e. /Users/xyz/.nvm/versions/node/v14.15.4/bin/node), the process to create a frontend module works.
The Gradle tasks succeeds, but the event log in Intellij reports this error.
When the error occurs I am unable to create frontend components.
The text was updated successfully, but these errors were encountered: