Skip to content
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

Errors in the start script #160

Open
quedogf94 opened this issue Aug 17, 2021 · 0 comments
Open

Errors in the start script #160

quedogf94 opened this issue Aug 17, 2021 · 0 comments

Comments

@quedogf94
Copy link

quedogf94 commented Aug 17, 2021

Error 1

(cd $APP_FOLDER/rule-manager/rule-manager-client && npm i && npm run build)
"Must move up a directory to execute npm" should be:
(cd ../$APP_FOLDER/rule-manager/rule-manager-client && npm i && npm run build)

Error 2

Line 39 sbt "checker / run" causes this error
[error] Expected ID character
[error] Not a valid command: checker
[error] Expected project ID
[error] Expected configuration
[error] Expected ':'
[error] Expected key
[error] Not a valid key: checker (similar: checksums)
[error] checker / run
[error] ^

After changing sbt "checker / run"
To
sbt "run"
I'm getting this error

[info] set current project to script (in build file:/Users/test/typerighter/script/)
[error] java.lang.RuntimeException: No main class detected.
[error] at scala.sys.package$.error(package.scala:30)
[error] stack trace is suppressed; run last Compile / bgRun for the full output
[error] (Compile / bgRun) No main class detected.
[error] Total time: 0 s, completed Aug 17, 2021, 4:01:52 PM
[+] Running 2/2
⠿ Container typerighter-rule-manager Removed 0.2s
⠿ Network typerighter_default Removed 0.3s

Error 3

Also the project assumes webpack and sbt are installed on the host machine, the start script should check if those packages have been installed, if not then install or document to install the packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant