-
Notifications
You must be signed in to change notification settings - Fork 819
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
Doesn't work on El Capitan and lower #210
Comments
What operating system are you on?
|
OS X El Capitan .Ver 10.11.6
|
+1 |
I'm having the same issue, it works fine on my mac with Sierra, but with my other mac that runs El Capitan it throws the same error. SyntaxError: Unexpected identifier 'j'. Expected either 'in' or 'of' in enumeration syntax..
Plugin “yaardvark-core: Render”, line 7287:
» for (let j = 0; j < object.count(); j += 1) { |
+1 HighSierra |
I'm getting
Running High Sierra 10.13.1, Sketch 48.1 |
Wait nevermind, this is a different issue. @saiqulhaq see #213 (comment), it doesn't work with Sketch 48 |
@maartenschumacher ok thanks, I will try |
it does work with Sketch48, see #225 This is issue is about El Capitan and lower |
Hi - getting the same issue - also on El Cap - any ETA on this? |
I follow the instructions and get so far: Copied src/manifest.json in 12ms And then nothing. node 9.3.0 I'm stumped. |
I'm also getting an error
node 8.9.1 Any workaround? |
I'm getting this same error as well. Any updates ? |
workaround: update your macOS |
Does that workaround post mean this is a wontfix? |
I traced this to the A quick check seemed to show that I’m also looking into whether it’s feasible to hack the webpack config to run Babel on the Edit: Mis-spoke and said "ES2015" when what I meant was "ES5". |
This comment has been minimized.
This comment has been minimized.
Sorry, I meant ES5. Updated my comment above. FWIW I got this running locally by adding the following
Note: This only works if |
-> fsevents@1.1.3 install /Users/bhur/react-sketchapp/examples/basic-setup/node_modules/fsevents
[fsevents] Success: "/Users/bhur/react-sketchapp/examples/basic-setup/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile
[1/2] 🖨 Copied src/manifest.json in 10ms
[2/2] ⚒ Built ./my-command.js in 963ms
success Plugin built
[1/1] 🔗 Symlinking the plugin basic-setup...
success Plugin basic-setup symlinked
basic-setup - 1.0.0
warning Starting with Sketch 45, you need to restart Sketch for your plugin to appear in the "plugins" menu
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN basic-setup@1.0.0 No repository field.
After npm run render,
🖨 Copied src/manifest.json in 12ms
SyntaxError: Unexpected identifier 'j'. Expected either 'in' or 'of' in enumeration syntax..
Plugin “react-sketchapp: Basic Setup”, line 7314:
» for (let j = 0; j < object.count(); j += 1) {
⛏ Built ./my-command.js in 4627ms
Sketch version:
47
The text was updated successfully, but these errors were encountered: