Migrate NPM to Yarn (#1197)

- Modify `make deps` to use yarn
- Add `yarn.lock`
- Add yarn to `kolide-builder` docker image
- Remove `npm-shrinkwrap.json`
- Remove build for `node-sass` (fixes #1151)
This commit is contained in:
Zachary Wasserman
2017-02-10 10:22:26 -08:00
committed by GitHub
parent f0f40d3168
commit f4060402f4
12 changed files with 6346 additions and 5525 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Building The Code
To setup a working local development environment, you must install the following minimum toolset:
* [Go](https://golang.org/dl/) (1.8 or greater)
* [Node.js](https://nodejs.org/en/download/current/) (and npm)
* [Node.js](https://nodejs.org/en/download/current/) and [Yarn](https://yarnpkg.com/en/docs/install)
* [GNU Make](https://www.gnu.org/software/make/)
* [Docker](https://www.docker.com/products/overview#/install_the_platform)