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
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
alwong@albert-macbook trust3 % yo meanjs
You're using the official MEAN.JS generator.
? What mean.js version would you like to generate? master
master
? In which folder would you like the project to be generated? This can be change
d later. mean
Cloning the MEAN repo.......
? What would you like to call your application? MEAN
? How would you describe your application? Full-Stack JavaScript with MongoDB, E
xpress, AngularJS, and Node.js
? How would you describe your application in comma seperated key words? MongoDB,
Express, AngularJS, Node.js
? What is your company/author name?
? Would you like to generate the article example CRUD module? Yes
? Would you like to generate the chat example module? Yes
Running npm install for you....
This may take a couple minutes.
------------------------------------------
Your MEAN.js application is ready!
To Get Started, run the following command:
cd mean && grunt
Happy Hacking!
------------------------------------------
alwong@albert-macbook trust3 % cd mean && grunt
A valid Gruntfile could not be found. Please see the getting started guide for
more information on how to configure grunt: http://gruntjs.com/getting-started
Fatal error: Unable to find Gruntfile.
alwong@albert-macbook mean % ls
CHANGELOG.md gulpfile.js
CONTRIBUTING.md karma.conf.js
Dockerfile manifest.yml
Dockerfile-production modules
LICENSE node_modules
Procfile package-lock.json
README.md package.json
UPGRADE.md protractor.conf.js
app.json public
bower.json scripts
config server.js
docker-compose-production.yml test.js
docker-compose.yml
alwong@albert-macbook mean %
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: