I wrote a module for this: win-node-env.
It creates a NODE_ENV.cmd that sets the NODE_ENV environment variable and spawns a child process with the rest of the command and its args.
Just install it (globally), and run your npm script commands, it should automatically make them work.
npm install -g win-node-env
'코딩 > WEB' 카테고리의 다른 글
톰캣 WAR 배포 방법 (0) | 2016.08.20 |
---|---|
DIV 자식 태그를 부모의 중간에 배치하는 팁 - CSS (0) | 2015.12.11 |
d3.js 쓸 때 Unexpected end of input 나오는 이유 (0) | 2015.11.19 |
ASP_<textarea> 내의 내용 줄바꿈처리(br) 방법 (0) | 2015.09.06 |
STS에러: Build path is incomplete. Cannot find class file for Object (0) | 2015.03.04 |