You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-09-16 08:56:19 +02:00
Use cross-env instead of win-node-env (#656)
* File `package-lock.json` updated. * Use `cross-env` for setting environment variables in npm scripts. * Remove all the mentions of `win-node-env` because it is no longer needed for running npm scripts. Co-authored-by: Chen-I Lim <46905241+chenilim@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,6 @@ Check that you have recent versions of the basic dependencies installed:
|
||||
* [Node](https://nodejs.org/en/download/) (v10+) and [npm](https://www.npmjs.com/get-npm)
|
||||
|
||||
On Windows:
|
||||
* `npm install -g win-node-env` for npm run to work
|
||||
* Install [Mingw64](https://chocolatey.org/packages/mingw) via [Chocolatey](https://chocolatey.org/)
|
||||
|
||||
On Mac, to build the Mac app:
|
||||
|
Reference in New Issue
Block a user