Skip to content

Node version seems to be broken #101

Closed
@squidfunk

Description

I cannot get the Node examples to work, because I get the following error:

node_modules/@jpmorganchase/perspective/build/perspective.node.js:1850
module.exports = babel-runtime/helpers/typeof;
                                             ^

SyntaxError: Unexpected token ;
    at createScript (vm.js:80:10)
    at Object.runInThisContext (vm.js:139:10)
    at Module._compile (module.js:599:28)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)
    at Module.require (module.js:579:17)
    at require (internal/module.js:11:18)

The compiled output looks broken, I assume the following exports should be strings?

bildschirmfoto 2018-04-27 um 17 30 27

Any ideas?

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