Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect File Permissions #12

Open
nickboucher opened this issue Apr 12, 2020 · 0 comments
Open

Incorrect File Permissions #12

nickboucher opened this issue Apr 12, 2020 · 0 comments

Comments

@nickboucher
Copy link

The file permissions for:

  • scripts/generate.js
  • scripts/format.js

are incorrect. They are missing the execute permission bit, which will prevent the scripts from being invoked from the command line on *NIX systems. This, in turn, will cause npm run generate to fail due to permission errors.

To fix, simply run:

chmod +x scripts/generate.js scripts/format.js

and commit the modified files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant