processing-pi-website icon indicating copy to clipboard operation
processing-pi-website copied to clipboard

gulp doesn't work any longer with current node

Open gohai opened this issue 6 years ago • 2 comments

Running gulp to trigger a rebuild yielded this for me

$ gulp
internal/util/inspect.js:31
const types = internalBinding('types');
              ^

ReferenceError: internalBinding is not defined
    at internal/util/inspect.js:31:15

Deleting node_modules and re-running npm install did not fix it. I was ultimately able to get this to work by installing a specific version through

$ npm install [email protected]

@msurguy You might want to consider updating the package at some point so that this works out of the box. (Uploaded your recent PRs)

gohai avatar Mar 26 '19 14:03 gohai

@gohai thanks for pointing that out! I'll take a look at updating the packages or in the worst case having natives module as a dependency.

msurguy avatar Mar 26 '19 15:03 msurguy

@gohai should be resolved in the PR :)

msurguy avatar Mar 27 '19 05:03 msurguy