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:
committed by
GitHub
parent
f0f40d3168
commit
f4060402f4
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user