Skip to content

Instantly share code, notes, and snippets.

@lancejpollard
Forked from edubkendo/errors.md
Created August 4, 2012 09:02
Show Gist options
  • Select an option

  • Save lancejpollard/3256200 to your computer and use it in GitHub Desktop.

Select an option

Save lancejpollard/3256200 to your computer and use it in GitHub Desktop.
eric@edub:~/projects/projects/experiments  $ tower new myApp
path.existsSync is now called `fs.existsSync`.
   create : myApp/.gitignore
   create : myApp/.npmignore
   create : myApp/.slugignore
   create : myApp/Cakefile
   create : myApp/app/client/config/bootstrap.coffee
   create : myApp/app/client/stylesheets/application.styl
   create : myApp/app/client/controllers/applicationController.coffee
   create : myApp/app/client/views/layouts/application.coffee
   create : myApp/app/controllers/applicationController.coffee
   create : myApp/app/models
   create : myApp/app/views/welcome.coffee
   create : myApp/app/views/layouts/application.coffee
   create : myApp/app/views/shared/_body.coffee
   create : myApp/app/views/shared/_footer.coffee
   create : myApp/app/views/shared/_header.coffee
   create : myApp/app/views/shared/_meta.coffee
   create : myApp/app/views/shared/_navigation.coffee
   create : myApp/app/views/shared/_sidebar.coffee
   create : myApp/config/application.coffee
   create : myApp/config/assets.coffee
   create : myApp/config/bootstrap.coffee
   create : myApp/config/credentials.coffee
   create : myApp/config/databases.coffee
   create : myApp/config/routes.coffee
   create : myApp/config/session.coffee
   create : myApp/config/environments/development.coffee
   create : myApp/config/environments/production.coffee
   create : myApp/config/environments/test.coffee
   create : myApp/config/initializers
   create : myApp/config/locales/en.coffee
   create : myApp/db/seeds.coffee
   create : myApp/lib/tasks
   create : myApp/log
   create : myApp/package.json
   create : myApp/Procfile
   create : myApp/public/404.html
   create : myApp/public/500.html
   create : myApp/public/favicon.png
   create : myApp/public/crossdomain.xml
   create : myApp/public/humans.txt
   create : myApp/public/robots.txt
   create : myApp/public/images
   create : myApp/public/javascripts/app/views/templates.js
   create : myApp/public/stylesheets
   create : myApp/public/swfs
   create : myApp/README.md
   create : myApp/server.js
   create : myApp/test/controllers
   create : myApp/test/factories
   create : myApp/test/features
   create : myApp/test/models
   create : myApp/test/server.coffee
   create : myApp/test/client.coffee
   create : myApp/test/mocha.opts
   create : myApp/tmp
   create : myApp/vendor/javascripts/bootstrap
   create : myApp/vendor/stylesheets/bootstrap
   create : myApp/Watchfile

fs.js:338
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^
Error: ENOENT, no such file or directory '/home/eric/git/community/tower/lib/tower-generator/server/generators/tower/app/templates/wiki/home.md'
    at Object.fs.openSync (fs.js:338:18)
    at Object.fs.readFileSync (fs.js:182:15)
    at Function.File.read (/home/eric/git/community/tower/node_modules/pathfinder/lib/pathfinder/file.js:38:17)
    at Tower.GeneratorActions.template (/home/eric/git/community/tower/lib/tower-generator/server/actions.js:158:29)
    at null.<anonymous> (/home/eric/git/community/tower/lib/tower-generator/server/generators/tower/app/appGenerator.js:221:14)
    at Tower.GeneratorActions.inside (/home/eric/git/community/tower/lib/tower-generator/server/actions.js:134:11)
    at null.<anonymous> (/home/eric/git/community/tower/lib/tower-generator/server/generators/tower/app/appGenerator.js:220:19)
    at Tower.GeneratorActions.inside (/home/eric/git/community/tower/lib/tower-generator/server/actions.js:134:11)
    at null.<anonymous> (/home/eric/git/community/tower/lib/tower-generator/server/generators/tower/app/appGenerator.js:43:17)
    at Ember.wrap.newFunc [as run] (/home/eric/git/community/tower/node_modules/ember-metal-node/index.js:659:16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment