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
I'm in an Azure instance, utilizing Ubuntu 16.04 LTS.
I've installed Java, Leiningen, Clojure, NodeJS and make
Building the API works with the following commands:
make clean
make bundle
cd target/bundle
/bin/server.sh > logfilename.txt &
But when I try to install the UI using 'make clean gh-pages' I get the following error:
rm -rf target *.log node_modules resources/public/css/style.css resources/public/css/style.css.map gh-pages
clj -A:build-prod
2021-01-25 18:44:31.131:INFO::main: Logging initialized @8109ms to org.eclipse.jetty.util.log.StdErrLog
[Figwheel] Validating figwheel-main.edn
[Figwheel] figwheel-main.edn is valid \(ツ)/
[Figwheel] Compiling build prod to "target/public/cljs-out/prod-main.js"
[Figwheel] Failed to compile build prod in 0.042 seconds.
[Figwheel:WARNING] Compile Exception: error=2, No such file or directory
[Figwheel:SEVERE] java.io.IOException: error=2, No such file or directory
Execution error (IOException) at java.lang.ProcessImpl/forkAndExec (ProcessImpl.java:-2).
error=2, No such file or directory
Full report at:
/tmp/clojure-277876351812034403.edn
Makefile:13: recipe for target 'build-prod' failed
make: *** [build-prod] Error 1
The text was updated successfully, but these errors were encountered:
I'm in an Azure instance, utilizing Ubuntu 16.04 LTS.
I've installed Java, Leiningen, Clojure, NodeJS and make
Building the API works with the following commands:
But when I try to install the UI using 'make clean gh-pages' I get the following error:
The text was updated successfully, but these errors were encountered: