processing / processing-pi-website

Files for the pi.processing.org subdomain that documents Processing on the Raspberry Pi
https://pi.processing.org/
16 stars 10 forks source link

gulp doesn't work any longer with current node #41

Open gohai opened 5 years ago

gohai commented 5 years ago

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 natives@1.1.6

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

msurguy commented 5 years ago

@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 commented 5 years ago

@gohai should be resolved in the PR :)