NuxtN
Nuxt17mo ago
SunTzu

Nuxt-electron

Hi, i am trying to use nuxt-electron. I followed the tutorial however when I run the command

yarn main
it doesn't seem to work?

I get this error;
yarn main
yarn run v1.22.22
$ dist-electron/main.js
/bin/sh: dist-electron/main.js: Permission denied
error Command failed with exit code 126.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.



I also changed yarn build to this;

 "build": "nuxt build --prerender && electron-builder",


and this results in the pasted error here;
any ideas?
Was this page helpful?