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 work with Node v8 #15

Open
kylepeeler opened this issue Jun 8, 2017 · 2 comments
Open

Does not work with Node v8 #15

kylepeeler opened this issue Jun 8, 2017 · 2 comments

Comments

@kylepeeler
Copy link

Broken dependency on require-dir within gulp-git, stack trace:

ypeError: require.extensions.hasOwnProperty is not a function
at requireDir (/Users/Kyle/Development/PactSafe/pactsafe-react-sdk/node_modules/require-dir/index.js:93:37)
at Object. (/Users/Kyle/Development/PactSafe/pactsafe-react-sdk/node_modules/gulp-git/index.js:4:18)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at Object. (/Users/Kyle/Development/PactSafe/pactsafe-react-sdk/node_modules/react-component-gulp-tasks/tasks/release.js:1:73)

@florinn
Copy link

florinn commented Jul 21, 2017

It seems there's an issue with node 8 and the require-dir module.

As a workaround you may to install the latest version of require-dir (0.3.2).

@DMDc0de
Copy link

DMDc0de commented Oct 3, 2017

Got it working by npm i [email protected] inside the node_modules/gulp-git folder

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

3 participants