-
Notifications
You must be signed in to change notification settings - Fork 15
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
ui/daml.js - cannot find the file specified #55
Comments
Hi, sounds like "daml" is not in your path when running it from Eclipse. Please try to setup PATH permanently: https://docs.daml.com/getting-started/path-variables.html |
I installed with windows installer. So the path should be automatically setup if I'm not wrong? |
Sounds right about setting the path.
|
Hi Richard. Sorry I couldnt run it until today. here are the outputs: For getDamlProjects.sh: For getDamlDependencies.sh lib: |
Hi.
I'm trying to run the app using
make build
but instead I'm getting the following error.
daml codegen js -o ui/daml.js
process_begin: CreateProcess(NULL, daml codegen js -o ui/daml.js, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [daml.mk:19: ui/daml.js] Error 2
I installed DAML SDK along with Eclipse Adoptium latest version, as mentioned in the README. Not sure where the problem is.
The text was updated successfully, but these errors were encountered: