Coder Social home page Coder Social logo

Comments (5)

PatrickJS avatar PatrickJS commented on May 1, 2024

do you think you can you open a Pull-Request? :)

from mfe-starter.

beihaifeiwu avatar beihaifeiwu commented on May 1, 2024

I make it like this:

"env:dev": "SET NODE_ENV=development",
"env:prod": "SET NODE_ENV=production",

worked under winodws! output like:

λ npm run build

> [email protected] build C:\Users\Administrator\git\angular2-webpack-starter
> npm run build:dev && npm run build:prod


> [email protected] build:dev C:\Users\Administrator\git\angular2-webpack-starter
>  npm run env:dev  npm run webpack --colors --display-error-details --display-cached


> [email protected] env:dev C:\Users\Administrator\git\angular2-webpack-starter
> set NODE_ENV=development "npm" "run" "webpack"


> [email protected] build:prod C:\Users\Administrator\git\angular2-webpack-starter
> npm run env:prod npm run webpack --colors --display-error-details --display-cached


> [email protected] env:prod C:\Users\Administrator\git\angular2-webpack-starter
> set NODE_ENV=production "npm" "run" "webpack"

But I don't know if it work under linux and mac ?

from mfe-starter.

PatrickJS avatar PatrickJS commented on May 1, 2024

set won't work in linux and mac :/ I'm looking into ways to set the env that will work for both

from mfe-starter.

PatrickJS avatar PatrickJS commented on May 1, 2024

I removed prod/dev via c022ba9
I'm making a fullstack repo with server rendering so I'm going to keep this one client only

from mfe-starter.

RobHarrisAZ avatar RobHarrisAZ commented on May 1, 2024

We had lots of problems getting this working under Windows. The problem ended up being npm running in a Windows Command Prompt. We installed Git for Windows (From Github) which also installs gitbash. Using the gitbash shell, executing the quick start and another window to also run the API server worked fine. Bottom line- don't waste your time trying to get this working from the Windows command prompt, it is expecting a bash-like shell.

from mfe-starter.

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.