Closed tomcelinski closed 7 years ago
require.extensions
has been deprecated since node v0.10.6 and upgrading to node 8, which fully drops support for it, causes that error.
You should update on package.json
-> "require-dir" : "^0.3.2"
. I'm going to send a pull request with the fix
Fixed by #14
Hi,
I'm running node v8.4.0 on OSX 10.12.4. I'm running the latest version of mongodb (v3.4.7). I just installed appy via npm install and get the following:
When I run "gulp seed" I get the following:
I would appreciate any suggestions on this.
Tom