Skip to content

Instantly share code, notes, and snippets.

@mxstrand
Created January 31, 2014 20:16
Show Gist options
  • Save mxstrand/8742165 to your computer and use it in GitHub Desktop.
Save mxstrand/8742165 to your computer and use it in GitHub Desktop.
iron_worker upload ERROR
can't find src with path='./node_modules'
/Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_core-1.0.3/lib/iron_core/iron_logger.rb:50:in `raise_exception': Can't find src with path='./node_modules' (IronCore::Error)
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_core-1.0.3/lib/iron_core/iron_logger.rb:27:in `error'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/feature/base.rb:19:in `block in container_add'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/fetcher.rb:76:in `call'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/fetcher.rb:76:in `fetch_to_file'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/feature/base.rb:17:in `container_add'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/feature/common/merge_dir.rb:20:in `bundle'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/code/base.rb:207:in `block in bundle'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/code/base.rb:206:in `each'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/code/base.rb:206:in `bundle'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/code/base.rb:267:in `create_container'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/client.rb:98:in `codes_create'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/client.rb:18:in `method_missing'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/cli.rb:102:in `upload'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/bin/iron_worker:116:in `<top (required)>'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/bin/iron_worker:23:in `load'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/bin/iron_worker:23:in `<main>'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/bin/ruby_noexec_wrapper:14:in `eval'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/bin/ruby_noexec_wrapper:14:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment