Skip to content

Incorrect File Permissions #12

@nickboucher

Description

@nickboucher

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions