gulp, Pug, Stylus, webpack
$ git clone [email protected]:shimakyohsuke/oreore-web-starter-kit.git
or
$ cd oreore-web-starter-kit
$ npm i
Aigis: https://pxgrid.github.io/aigis/
$ npm run aigis
npm-check-updates というパッケージを global にインストール
$ npm install -g npm-check-updates
$ npm-check-updates
or
ncu
新しいパッケージがあれば、
$ npm-check-updates -u
or
ncu -u
$ rm -rf node_modules
$ npm cache clean
$ npm cache ls
$ rm -rf ~/.npm
$ git rm -r --cached .
$ git add .
$ git commit -m ".gitignore is now working"
$ git push origin master