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
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.
The text was updated successfully, but these errors were encountered:
The file permissions for:
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:
and commit the modified files.
The text was updated successfully, but these errors were encountered: