-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initializing project difficulty :( Please help! #38
Comments
Hi, Here is a capture of my Mac terminal when I follow the instructions from the documentation (assuming the webfx cli is already installed):
Let me know the differences you have when typing the same commands in your terminal. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! When I try to compile the project with the commands, it says dev.webfx.cli.core.UnresolvedException: Unknown project module webfx-parent.
Could you provide some more help? I know you guys try to have good documentation but it took a bit even to get this far. I wish there would have been word for word instructions for using the commands -
From my toying around it seems I can in either the cmd.exe or in intellij program arguments use this set of commands to initialize a project. But then i get the exception above.
Within IntelliJ (without quotation marks)
"init -D="C:\Users\PeterPietri\Desktop\javascript" --log=INFO -M=radiancerisingjs innereye.games:radiancerisingjs:1.0"
From cmd.exe
"java -jar D="C:\Users\PeterPietri\Desktop\javascript" --log=INFO -M=radiancerisingjs innereye.games:radiancerisingjs:1.0"
The text was updated successfully, but these errors were encountered: