-
Notifications
You must be signed in to change notification settings - Fork 167
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
SyntaxError: Unexpected token ... #45
Comments
Thanks for reporting! Can you let me know your node.js version? |
v8.0.0 |
I think Although, we might want to update the README |
@tanmayrajani Adding this flag still not work. /usr/local/lib/node_modules/percollate/index.js:59
return { ...parsed, url };
^^^
SyntaxError: Unexpected token ...
at createScript (vm.js:74:10)
at Object.runInThisContext (vm.js:116:10)
at Module._compile (module.js:533:28)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/usr/local/lib/node_modules/percollate/cli.js:5:40) |
Right, I forgot to mention that I was having the project locally and was using it with Line 1 in abc589f
|
@tanmayrajani Thanks and looking forward to your next commit. |
I think the |
@danburzo Thanks for your answer. |
That's probably a good idea. I see |
Made the change in the above commit. Will be publishing a new version on npm once we get in a few more fixes. Thanks both for the assistance! |
When I put percollate pdf --output as32.pdf https://github.com/danburzo/percollate , get this error.
The text was updated successfully, but these errors were encountered: