Skip to content

Instantly share code, notes, and snippets.

@bigwheel
Created June 5, 2020 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigwheel/b8785f36c0470179f17355ee0d4980ba to your computer and use it in GitHub Desktop.
Save bigwheel/b8785f36c0470179f17355ee0d4980ba to your computer and use it in GitHub Desktop.
$ jets new demo
Creating a new Jets project called demo.
create demo
create demo/.env.development
create demo/.env.test
create demo/.env
create demo/.gitignore
create demo/.jetskeep
create demo/.rspec
create demo/Gemfile
create demo/Procfile
create demo/README.md
create demo/Rakefile
create demo/app/controllers/application_controller.rb
create demo/app/helpers/application_helper.rb
create demo/app/jobs/application_job.rb
create demo/app/models/application_item.rb
create demo/app/models/application_record.rb
create demo/app/views/layouts/application.html.erb
create demo/config.ru
create demo/config/application.rb
create demo/config/database.yml
create demo/config/dynamodb.yml
create demo/config/environments/development.rb
create demo/config/environments/production.rb
create demo/config/environments/test.rb
create demo/config/routes.rb
create demo/db/.gitkeep
create demo/public/404.html
create demo/public/422.html
create demo/public/500.html
create demo/public/favicon.ico
create demo/public/index.html
create demo/spec/controllers/posts_controller_spec.rb
create demo/spec/fixtures/payloads/posts-index.json
create demo/spec/fixtures/payloads/posts-show.json
create demo/spec/spec_helper.rb
Fetching gem metadata from https://rubygems.org/........
Resolving dependencies....
Using rake 13.0.1
Using concurrent-ruby 1.1.6
Using i18n 1.8.3
Using minitest 5.14.1
Using thread_safe 0.3.6
Using tzinfo 1.2.7
Using zeitwerk 2.3.0
Using activesupport 6.0.3.1
Using builder 3.2.4
Using erubi 1.9.0
Using mini_portile2 2.4.0
Using nokogiri 1.10.9
Using rails-dom-testing 2.0.3
Using crass 1.0.6
Using loofah 2.5.0
Using rails-html-sanitizer 1.3.0
Using actionview 6.0.3.1
Using rack 2.2.2
Using rack-test 1.1.0
Using actionpack 6.0.3.1
Using globalid 0.4.2
Using activejob 6.0.3.1
Using mini_mime 1.0.2
Using mail 2.7.1
Using actionmailer 6.0.3.1
Using activemodel 6.0.3.1
Using activerecord 6.0.3.1
Using public_suffix 4.0.5
Using addressable 2.7.0
Using aws-eventstream 1.1.0
Using aws-partitions 1.325.0
Using aws-sigv4 1.1.4
Using jmespath 1.4.0
Using aws-sdk-core 3.97.1
Using aws_config 0.1.0
Using memoist 0.16.2
Using rainbow 3.0.0
Using thor 1.0.1
Using aws-mfa-secure 0.4.2
Using aws-sdk-apigateway 1.41.0
Using aws-sdk-cloudformation 1.36.0
Using aws-sdk-cloudwatchlogs 1.31.0
Using aws-sdk-dynamodb 1.48.0
Using aws-sdk-kinesis 1.23.0
Using aws-sdk-kms 1.33.0
Using aws-sdk-lambda 1.42.0
Using aws-sdk-s3 1.67.1
Using aws-sdk-sns 1.24.0
Using aws-sdk-sqs 1.26.0
Using aws-sdk-ssm 1.80.0
Using bundler 2.1.4
Using byebug 11.1.3
Using regexp_parser 1.7.0
Using xpath 3.2.0
Using capybara 3.32.2
Using cfn_camelizer 0.4.9
Using cfnresponse 0.4.0
Using diff-lcs 1.3
Using dotenv 2.7.5
Using dynomite 1.2.6
Using gems 1.2.0
Using hashie 4.1.0
Using rack-proxy 0.6.5
Using method_source 1.0.0
Using railties 6.0.3.1
Using jetpacker 0.4.2
Using jets-gems 0.2.2
Using jets-html-sanitizer 1.0.4
Using rexml 3.2.4
Using kramdown 2.2.1
Using mimemagic 0.3.5
Using recursive-open-struct 1.1.1
Using shotgun 0.9.2
Using text-table 1.2.4
Using jets 2.3.16
Using launchy 2.5.0
Using mysql2 0.5.3
Using nio4r 2.5.2
Using puma 4.3.5
Using rspec-support 3.9.3
Using rspec-core 3.9.2
Using rspec-expectations 3.9.2
Using rspec-mocks 3.9.1
Using rspec 3.9.0
Bundle complete! 11 Gemfile dependencies, 84 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
run bundle exec jets webpacker:install from "."
Could not find rake-13.0.1 in any of the sources
Run `bundle install` to install missing gems.
Deprecation warning: Thor exit with status 0 on errors. To keep this behavior, you must define `exit_on_failure?` in `Jets::Commands::New`
You can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.
Traceback (most recent call last):
22: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/bin/jets:23:in `<main>'
21: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/bin/jets:23:in `load'
20: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/jets-2.3.16/exe/jets:14:in `<top (required)>'
19: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/jets-2.3.16/lib/jets/cli.rb:5:in `start'
18: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/jets-2.3.16/lib/jets/cli.rb:28:in `start'
17: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/jets-2.3.16/lib/jets/commands/base.rb:27:in `perform'
16: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/jets-2.3.16/lib/jets/commands/base.rb:38:in `dispatch'
15: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor.rb:392:in `dispatch'
14: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor/invocation.rb:127:in `invoke_command'
13: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor/command.rb:27:in `run'
12: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor.rb:40:in `block in register'
11: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor/invocation.rb:116:in `invoke'
10: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor/group.rb:232:in `dispatch'
9: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor/invocation.rb:134:in `invoke_all'
8: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor/invocation.rb:134:in `map'
7: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor/invocation.rb:134:in `each'
6: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor/invocation.rb:134:in `block in invoke_all'
5: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor/invocation.rb:127:in `invoke_command'
4: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor/command.rb:27:in `run'
3: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/jets-2.3.16/lib/jets/commands/new.rb:107:in `bootstrap_install'
2: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor/actions/inject_into_file.rb:32:in `insert_into_file'
1: from /Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor/actions.rb:93:in `action'
/Users/kazufumi.nishida/.anyenv/envs/rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor/actions/inject_into_file.rb:67:in `invoke!': The file /Users/kazufumi.nishida/code/dx-maddress/demo/config/webpack/environment.js does not appear to exist (Thor::Error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment