GithubHelp home page GithubHelp logo

Comments (5)

AndresDevelop avatar AndresDevelop commented on August 16, 2024 5

try this https://support.google.com/chrome/answer/95417?hl=en&co=GENIE.Platform%3DDesktop

It worked for me

from generator-gulp-angular.

jasel-lewis avatar jasel-lewis commented on August 16, 2024 3

I'm a little late to the party, but possibly this post post will help you. If the link ever breaks, it deals with injecting BROWSER='Chrome' into your start string (per the post, 'Google Chrome' did not work for me).

As an example, for my application I had the below which always opened in IE (work computer, can't change the default browser):
"scripts": { "start": "cross-env PORT=8080 react-scripts start" }

...and I changed to:
"scripts": { "start": "cross-env PORT=8080 BROWSER='Chrome' react-scripts start" }

from generator-gulp-angular.

shubhammaheshan avatar shubhammaheshan commented on August 16, 2024 3

You See THis video solve your problem
https://www.youtube.com/watch?v=m-MzAA0TOvA&t=232s

from generator-gulp-angular.

jasel-lewis avatar jasel-lewis commented on August 16, 2024 1

...and here's why BROWSER='Google Chrome' did not work for me (I'm on a Windows system).

from generator-gulp-angular.

SanDiegoCasey avatar SanDiegoCasey commented on August 16, 2024

I found this thread, in my case I was trying to run npm Start from a CLI as administrator. When I went back to a regular CLI (not administrator) it launches from Chrome, which is good enough for what I needed.

from generator-gulp-angular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.