Open
Description
- I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
Item | Version |
---|---|
generator-angular-fullstack | 4.1.3 |
Node | 7.5.0 |
npm | 4.1.2 |
Operating System | Ubuntu 16.04.2 |
Item | Answer |
---|---|
Transpiler | Babel |
Markup | Pug |
CSS | SASS |
Router | ui-router |
Client Tests | Mocha |
DB | SQL |
Auth | N |
npm install
returns errors complaining v8-debug cannot be compiled, which is an out-of-date dependency of node-inspector. Since debugging functionality is already built in with Node (>= 6.3.0), there is no need to include node-inspector package. Enabling --inspect
flag should be sufficient for debugging node applications.