processing-pi-website
processing-pi-website copied to clipboard
gulp doesn't work any longer with current node
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 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.
@gohai should be resolved in the PR :)