bullhorn / bullhornjs

javascript library to use the Bullhorn's REST APIs
MIT License
39 stars 11 forks source link

SyntaxError: Unexpected token export #9

Closed codler closed 5 years ago

codler commented 5 years ago

I cant run on nodejs My code is

const Bullhorn = require("@bullhorn/bullhornjs")

and I get this error

/node_modules/@bullhorn/bullhornjs/lib/index.js:1
(function (exports, require, module, __filename, __dirname) { export * from './Cache';
                                                              ^^^^^^

SyntaxError: Unexpected token export
codler commented 5 years ago

Seems this project is dead.. I created my own Bullhorn API https://github.com/codler/bullhorn-api that works on nodejs..