-
Notifications
You must be signed in to change notification settings - Fork 71
EchoWorker & postInput are unsolved reference #547
Replies: 2 comments · 1 reply
-
You probably need to build code first. Some of the worker code gets generated at build time and will unfortunately show up as unresolved at first. |
Beta Was this translation helpful? Give feedback.
All reactions
-
As far the cmdlet error, one person said that went away when they restarted their machine. No idea why the ide integration of power shell or cmd or whatever it is can't find Kobweb! |
Beta Was this translation helpful? Give feedback.
All reactions
-
as for the command restarting the ide fixed it but i get new error `* What went wrong:
` |
Beta Was this translation helpful? Give feedback.
-
hello guys I'm new to kobweb and just made a project via command terminal
kobweb create
and opened the project in IntelliJ idea and synced Gradle
when i opened the index file
_
import com.bigbeatdgx.sit.worker.EchoWorker
_
worker.postInput("Hello, worker!")
these lines are unsolved reference
also i ran the command
_cd site
_kobweb run
but i get
kobweb : The term 'kobweb' is not recognized as the name of a cmdlet, function, script file, or operable program.
what I'm doing wrong here ?
if relevant :
I'm using windows 11
using the last stable version of the ide
Beta Was this translation helpful? Give feedback.
All reactions