Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest: Node, Go, http/2, Angular 1, Angular 2, Express, MongoDB, Gulp, Babel, Typescript and much more.
dependabot[bot] on npm_and_yarn
Bump path-parse from 1.0.5 to 1… (compare)
dependabot[bot] on npm_and_yarn
Bump path-parse from 1.0.5 to 1… (compare)
dependabot[bot] on npm_and_yarn
Bump hosted-git-info from 2.2.0… (compare)
dependabot[bot] on npm_and_yarn
Bump hosted-git-info from 2.2.0… (compare)
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
aliv
that takes care of the routing problem
Make sure you are in the directory you want to scaffold into.
This generator can also be run with: yo ng-fullstack
_-----_ ╭───────────────────────╮
| | │ Bye from us! │
|--(o)--| │ Chat soon. │
---------´ │ Yeoman team │
( _´U
_ ) │ http://yeoman.io │
/A\ /╰───────────────────────╯
| ~ |
'._.'__
´ |° ´ Y
SyntaxError: Unexpected token {
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:404:25)
at Object.Module._extensions..js (module.js:432:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:311:12)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at Object.get [as ng-fullstack:app] (/usr/lib/node_modules/yo/node_modules/yeoman-environment/lib/store.js:38:27)
at Store.get (/usr/lib/node_modules/yo/node_modules/yeoman-environment/lib/store.js:61:39)
at Environment.get (/usr/lib/node_modules/yo/node_modules/yeoman-environment/lib/environment.js:322:23)
trans-MacBook-Pro:mean-eric-2 tranducduong$ yo ng-fullstack
Just found a .yo-rc.json
in a parent directory.
Setting the project root at: /Users/tranducduong/Documents/study/MEAN
_-----_
| | ╭──────────────────────────╮
|--(o)--| │ Welcome to the terrific │
---------´ │ NgFullstack generator! │
( _´U
_ ) ╰──────────────────────────╯
/A\ /
| ~ |
'._.'__
´ |° ´ Y
? What is your app name? mean-eric-2
? What is your username? duong
? What is your email (used in your package.json)? user.email@example.com
? Which stack do you want? client
? Which Git repository hosting service are you using? github
? Vue2 or Angular1 on client side?
vue2
❯ ng1
node ./server/index.js
.. starting node ./server/index.js
-> Error: Cannot find module 'morgan'
npm i --save morgan
and then run npm run dev
again, please