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
@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.
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.
The text was updated successfully, but these errors were encountered: