design-ops / sketch-to-swiftUI

23 stars 5 forks source link

index.js is not executable #2

Closed kerrmarin closed 4 years ago

kerrmarin commented 4 years ago

In the example for how to run this library it specifies to the command ./index.js but index.js is not executable:

-rw-r--r--    1 kerrmarin  staff    1260  6 Apr 10:52 index.js

so running ./index.js fails with:

permission denied: ./index.js

The library can be executed by running npm start