• <legend id='WWA2N'><style id='WWA2N'><dir id='WWA2N'><q id='WWA2N'></q></dir></style></legend>

    <tfoot id='WWA2N'></tfoot>
    <i id='WWA2N'><tr id='WWA2N'><dt id='WWA2N'><q id='WWA2N'><span id='WWA2N'><b id='WWA2N'><form id='WWA2N'><ins id='WWA2N'></ins><ul id='WWA2N'></ul><sub id='WWA2N'></sub></form><legend id='WWA2N'></legend><bdo id='WWA2N'><pre id='WWA2N'><center id='WWA2N'></center></pre></bdo></b><th id='WWA2N'></th></span></q></dt></tr></i><div id='WWA2N'><tfoot id='WWA2N'></tfoot><dl id='WWA2N'><fieldset id='WWA2N'></fieldset></dl></div>
    • <bdo id='WWA2N'></bdo><ul id='WWA2N'></ul>

        <small id='WWA2N'></small><noframes id='WWA2N'>

        BrowserSync Gulp 无法在 Chrome 中打开

        时间:2023-05-27
            <tbody id='HkYug'></tbody>

          <small id='HkYug'></small><noframes id='HkYug'>

          <tfoot id='HkYug'></tfoot>
            • <bdo id='HkYug'></bdo><ul id='HkYug'></ul>
                <legend id='HkYug'><style id='HkYug'><dir id='HkYug'><q id='HkYug'></q></dir></style></legend>

                  <i id='HkYug'><tr id='HkYug'><dt id='HkYug'><q id='HkYug'><span id='HkYug'><b id='HkYug'><form id='HkYug'><ins id='HkYug'></ins><ul id='HkYug'></ul><sub id='HkYug'></sub></form><legend id='HkYug'></legend><bdo id='HkYug'><pre id='HkYug'><center id='HkYug'></center></pre></bdo></b><th id='HkYug'></th></span></q></dt></tr></i><div id='HkYug'><tfoot id='HkYug'></tfoot><dl id='HkYug'><fieldset id='HkYug'></fieldset></dl></div>
                  本文介绍了BrowserSync Gulp 无法在 Chrome 中打开的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我尝试在 Chrome 中使用 BrowserSync 和 Gulp 在本地主机上打开我的网站,但它不起作用.默认情况下,它在 Firefox 中打开,一切正常.但是,当我更改 gulpfile.js 中的参数以在 Chrome 中打开网站时 - 我有以下信息:

                  I try to open my website on localhost using BrowserSync and Gulp in Chrome, but it doesn't work. Default, it open in Firefox and everything works well. But, when I change params in gulpfile.js to open website in Chrome - I have this information:

                  [Browsersync] 无法打开浏览器(如果您在无头环境,您可能希望将 open 选项设置为 false)我在 gulpfile.js 中的配置:

                  [Browsersync] Couldn't open browser (if you are using BrowserSync in a headless environment, you might want to set the open option to false) My config in gulpfile.js:

                  // browser-sync options
                  // see: https://www.browsersync.io/docs/options/
                  var browserSyncOptions = {
                      browser: "google chrome",
                      proxy: "localhost",
                      notify: false
                  };
                  

                  我尝试了chrome"、chrome-browser",但没有任何反应.我应该怎么做?注意:我有 Ubuntu 17.04,Chrome 是我的默认浏览器.

                  I tried "chrome", "chrome-browser", nothing happend. What I should to do? Notice: I have Ubuntu 17.04, Chrome is my default browser.

                  推荐答案

                  我认为问题出在您的端口上,尝试将您的代理更改为以下:

                  I think the issue is with your port, try to change your proxy to below :

                  var browserSyncOptions = {
                      browser: "google chrome",
                      proxy: "localhost:3001",
                      notify: false
                  };
                  

                  并使用此端口在 chrome 中检查您的网站:

                  and check your website in chrome with this port :

                  http://localhost:3001
                  

                  更新:

                  也尝试在 browserSync 中使用相同的端口:

                  Also try to use the same port in browserSync :

                  browserSync({ 
                     proxy: 'localhost:3001' 
                  }); 
                  

                  这篇关于BrowserSync Gulp 无法在 Chrome 中打开的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:JavaScript在angular js gulp sourcemap ngannonate中用babel堆 下一篇:我可以从 ServiceWorker 中的外部 JS 文件调用方法吗

                  相关文章

                  最新文章

                  <tfoot id='VJuP1'></tfoot>
                    <legend id='VJuP1'><style id='VJuP1'><dir id='VJuP1'><q id='VJuP1'></q></dir></style></legend>

                  1. <i id='VJuP1'><tr id='VJuP1'><dt id='VJuP1'><q id='VJuP1'><span id='VJuP1'><b id='VJuP1'><form id='VJuP1'><ins id='VJuP1'></ins><ul id='VJuP1'></ul><sub id='VJuP1'></sub></form><legend id='VJuP1'></legend><bdo id='VJuP1'><pre id='VJuP1'><center id='VJuP1'></center></pre></bdo></b><th id='VJuP1'></th></span></q></dt></tr></i><div id='VJuP1'><tfoot id='VJuP1'></tfoot><dl id='VJuP1'><fieldset id='VJuP1'></fieldset></dl></div>
                    1. <small id='VJuP1'></small><noframes id='VJuP1'>

                        <bdo id='VJuP1'></bdo><ul id='VJuP1'></ul>