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

Type error when using Node ^8.3.0 and NPM ^5.3.0 #6

Open
alext9586 opened this issue Aug 17, 2017 · 2 comments
Open

Type error when using Node ^8.3.0 and NPM ^5.3.0 #6

alext9586 opened this issue Aug 17, 2017 · 2 comments

Comments

@alext9586
Copy link

I get the following error when I run any Gulp command with this package:

D:\work\node_modules\require-dir\index.js:93
            if (!require.extensions.hasOwnProperty(ext)) {
                                    ^

TypeError: require.extensions.hasOwnProperty is not a function
    at requireDir (D:\work\node_modules\require-dir\index.js:93:37)

I did a little research and it turns out the require-dir dependency is out of date. Can you please update the require-dir version to ^0.3.2 in packages.json? That change allowed Gulp to work again.

@gaspaonrocks
Copy link

i have the same problem. Manually upgrading the package to [email protected] fixed it.

Any news ?

@reppners
Copy link

reppners commented Dec 10, 2017

Yes, please! Accepting PRs?

EDIT: someone took care of it and released as another npm package https://www.npmjs.com/package/gulp-svn2

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