tgemes
Results
2
comments of
tgemes
Just ran into this today. We often send error responses this way: ``` return res.status(400).send({ message: err }); ``` In fact I believe this is the default way how MEAN.js...
Saw the same issue today. It definitely has to do with node-gyp not able to compile minidump. Here's the build log: ``` if not defined npm_config_node_gyp (node "C:\Users\User\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )...