You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I get the following error when I run any Gulp command with this package:
I did a little research and it turns out the
require-dir
dependency is out of date. Can you please update therequire-dir
version to^0.3.2
inpackages.json
? That change allowed Gulp to work again.The text was updated successfully, but these errors were encountered: