Error when run #1709
dildardk123
started this conversation in
Lumi Run
Error when run
#1709
Replies: 1 comment 2 replies
-
Hi, The missing dev-app-update.yml file should not affect startup, the issue must lie somewhere else. It should work if you do this:
You need recent recent Node and NPM version and your script execution of NPM should be done with bash and not the default Windows shell, if you are on Windows. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I download your source code, to make our desktop application using your source code.
But when i am running npm start after create build it is giving me error
Error: Error: ENOENT: no such file or directory, open 'C:\Users\dildar\Desktop\liveWork\anchorNew\Lumi\dev-app-update.yml'
Please help me to run this project on localhost.
I have checked your package.json file it is taking "main": "build/server/main.js", Can we change main path?
Beta Was this translation helpful? Give feedback.
All reactions