Closed remyleone closed 1 year ago
@remyleone Hi! Thank you for opening this issue!
How did you install project dependencies?
Try to remove them rm -rf node_modules
, install them again via npm ci
and then run npm run make
Right now on my local machine I have different error in make
while copying
cp -R .../ezy/out/ezy-darwin-x64/ezy.app /Volumes/ezy/ezy.app
cp: /Volumes/ezy/ezy.app: Operation not permitted
Trying to find the solution and I will check the CI that it passing this step.
Will be fixed in next release.
Describe the bug
The
npm run make
command fails with a missing dependency.To Reproduce
Expected behavior
I expect ezy to build.
Environment
Additional context Add any other context about the problem here.