/
Laravel Elixir 설치

Laravel Elixir 설치

 

사전 작업

node.js 설치

  1. RHEL/CentOS 6 에 node.js 설치하기

 

Gulp 설치

sudo npm install --global gulp

만약 Windows 나 VM 에서 개발시 위와 같은 에러가 발생할 경우 (https://github.com/laravel/elixir/issues/331) PATH 가 길어서이므로 다음 명령어 실행

rm -rf node_modules
npm install --no-bin-links

 

libsass

위 에러 발생시 실행

npm rebuild node-sass
rm -rf node_modules
npm i --no-bin-links

 

Ref

 

Related content

vagrant 에서 npm install 에러
vagrant 에서 npm install 에러
More like this
npm install 시 module 이 설치되는 경로
npm install 시 module 이 설치되는 경로
More like this
RHEL/CentOS 6 에 gitlab 바이너리 설치
RHEL/CentOS 6 에 gitlab 바이너리 설치
More like this
nginx 와 nodejs 연동
nginx 와 nodejs 연동
More like this
MS-SQL Server command line tool 설치
MS-SQL Server command line tool 설치
More like this
RHEL/CentOS 와 Amazon Linux 에 php 7 설치
RHEL/CentOS 와 Amazon Linux 에 php 7 설치
More like this