You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
npm installreturns 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--inspectflag should be sufficient for debugging node applications.