node-sass 버젼과 node 버젼이 맞지 않을떄 빌드시 서버에서 다음과 같은 오류 가 낫다. npm ERR! code 1 npm ERR!
path ~~~~node_modules/node-sass npm ERR! command failed npm ERR!
command sh -c node scripts/build.js 로컬에서는 npm start 로 실행시 Syntax Error: Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (88) 과 같은 오류가 난다. 오류 원인은 node 버젼이 해당 Node-sass 버젼을 지원하지 않기 때문에 발생한다 노드 버젼이 호환하는 .....