Created
April 4, 2015 18:57
-
-
Save bradly/cf46abac718dab8533db to your computer and use it in GitHub Desktop.
ember new creating app in wrong directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
› cd ~/code | |
2.0.0-p481 in code/ | |
› ember new wheres-waldo | |
Future versions of Ember CLI will not support v0.10.30. Please update to Node 0.12 or io.js. | |
version: 0.2.2 | |
Could not find watchman, falling back to NodeWatcher for file system events. | |
Visit http://www.ember-cli.com/#watchman for more info. | |
installing | |
create .bowerrc | |
create .editorconfig | |
create .ember-cli | |
create .jshintrc | |
create .travis.yml | |
create Brocfile.js | |
create README.md | |
create app/app.js | |
create app/components/.gitkeep | |
create app/controllers/.gitkeep | |
create app/helpers/.gitkeep | |
create app/index.html | |
create app/models/.gitkeep | |
create app/router.js | |
create app/routes/.gitkeep | |
create app/styles/app.css | |
create app/templates/application.hbs | |
create app/templates/components/.gitkeep | |
create app/views/.gitkeep | |
create bower.json | |
create config/environment.js | |
create .gitignore | |
create package.json | |
create public/crossdomain.xml | |
create public/robots.txt | |
create testem.json | |
create tests/.jshintrc | |
create tests/helpers/resolver.js | |
create tests/helpers/start-app.js | |
create tests/index.html | |
create tests/test-helper.js | |
create tests/unit/.gitkeep | |
create vendor/.gitkeep | |
Installed packages for tooling via npm. | |
Installed browser packages via Bower. | |
Successfully initialized git. | |
2.0.0-p481 in code/ | |
› ls -l | grep waldo | |
2.0.0-p481 in code/ | |
› cd ~ | |
2.0.0-p481 in bradly/ | |
› ls -l | grep waldo | |
drwxr-xr-x 21 bradly staff 714 Apr 4 11:42 wheres-waldo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment