首页 > 解决方案 > 执行shopify节点服务后单击ctrl + T打开应用程序网址不起作用

问题描述

执行此命令以启动本地服务器
shopify node serve
后,单击后出现此错误ctrl + T

SIGINFO:
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/system.rb:143:in `call'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/system.rb:143:in `select'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/system.rb:143:in `block in system'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/system.rb:139:in `loop'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/system.rb:139:in `system'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/lib/shopify-cli/context.rb:428:in `system'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/lib/project_types/node/commands/serve.rb:33:in `block in call'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-ui/lib/cli/ui/frame.rb:103:in `open'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/lib/project_types/node/commands/serve.rb:30:in `call'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/lib/shopify-cli/sub_command.rb:13:in `call'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/lib/shopify-cli/command.rb:19:in `call'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/executor.rb:16:in `block (2 levels) in call'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/executor.rb:37:in `block (2 levels) in with_logging'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-ui/lib/cli/ui/stdout_router.rb:169:in `with_id'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/executor.rb:36:in `block in with_logging'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-ui/lib/cli/ui.rb:176:in `log_output_to'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/executor.rb:35:in `with_logging'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/executor.rb:15:in `block in call'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/executor.rb:45:in `block (2 levels) in with_traps'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/executor.rb:55:in `twrap'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/executor.rb:44:in `block in with_traps'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/executor.rb:55:in `twrap'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/executor.rb:43:in `with_traps'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/executor.rb:14:in `call'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/lib/shopify-cli/core/executor.rb:15:in `call'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/lib/shopify-cli/core/entry_point.rb:24:in `block in call'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/lib/shopify-cli/core/monorail.rb:32:in `log'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/lib/shopify-cli/core/entry_point.rb:23:in `call'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/bin/shopify:33:in `block in <main>'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/error_handler.rb:75:in `handle_abort'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/vendor/deps/cli-kit/lib/cli/kit/error_handler.rb:21:in `call'
/Library/Ruby/Gems/2.6.0/gems/shopify-cli-2.2.2/bin/shopify:32:in `<main>'

标签: rubyrubygemsshopifyshopify-appshopify-api-node

解决方案


推荐阅读