Closed clowenhg closed 8 years ago
Looks like you removed the postinstall that installs the server stuff, like express? Admittedly not the best setup ever, but does express etc install now?
Yea, the postinstall got accidentally removed. I didn't see the scripts section when I first opened the package.json, so made my own. Then on some npm operation, probably mongoose, it moved my scripts definition up and on top of the existing one.
I wonder what mechanism it is that enforces the order of the config file. Anyway, replaced the postinstall.
gulp test
that runs mocha on './test` directorynpm test
to rungulp test
The current tests fail, but this is just meant to allow them to run.