Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gohai opened this issue Mar 26, 2019 · 2 comments
Open

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

gohai opened this issue Mar 26, 2019 · 2 comments

Comments

@gohai
Copy link
Contributor

gohai commented Mar 26, 2019

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
Copy link
Collaborator

msurguy commented Mar 26, 2019

@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
Copy link
Collaborator

msurguy commented Mar 27, 2019

@gohai should be resolved in the PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants