-
Notifications
You must be signed in to change notification settings - Fork 184
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
TypeError: require.cache.hasOwnProperty is not a function #942
Comments
npm run start error |
Seems to be a problem with Node 8.x. The require.cache object no longer has a hasOwnProperty method. Change is reproducible by openning node REPL and running Full stack trace
|
Running into the same issue. Any fixes besides downgrading the version of node? |
Same issue. Mac 10.12.6, node 8.3.0 |
See PR #947 |
It appears that this has been merged, though projects built with the Yeoman generator still have this issue. Any ETA on when the generator will be updated? |
I've updated the dependency versions in the generator in |
|
platform: win10 *64
node: v 8.1.2
npm : v 5.0.4
The text was updated successfully, but these errors were encountered: