Skip to content
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

Does not build with nodejs 11 #2

Closed
zeule opened this issue May 3, 2019 · 2 comments
Closed

Does not build with nodejs 11 #2

zeule opened this issue May 3, 2019 · 2 comments

Comments

@zeule
Copy link

zeule commented May 3, 2019

> tweego-setup@1.0.0 build /home/xxx/games/who-am-i
> gulp build && tweego -f $npm_package_config_format --head=src/HEAD.html -o dist/index.html project && opn dist/index.html

fs.js:25
'use strict';
^

ReferenceError: internalBinding is not defined
    at fs.js:25:1
    at req_ (/home/eugene/games/who-am-i/node_modules/natives/index.js:137:5)
    at Object.req [as require] (/home/eugene/games/who-am-i/node_modules/natives/index.js:54:10)
    at Object.<anonymous> (/home/eugene/games/who-am-i/node_modules/graceful-fs/fs.js:1:37)
    at Module._compile (internal/modules/cjs/loader.js:816:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
    at Module.load (internal/modules/cjs/loader.js:685:32)
    at Function.Module._load (internal/modules/cjs/loader.js:620:12)
    at Module.require (internal/modules/cjs/loader.js:723:19)
    at require (internal/modules/cjs/helpers.js:14:16)

Suggestion from gulp issue helps

@ChapelR
Copy link
Owner

ChapelR commented May 3, 2019

Thanks. That link is super helpful. I'll look into this as soon as I can.

@ChapelR
Copy link
Owner

ChapelR commented Jul 14, 2019

Forgot to close this. Works with Node 11 and 12 since v1.1.0.

@ChapelR ChapelR closed this as completed Jul 14, 2019
ChapelR pushed a commit that referenced this issue Aug 31, 2019
Refactored package.json tweego builds
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