-
Notifications
You must be signed in to change notification settings - Fork 15
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: