The local flow executor.
> npm install -g flow-local
Note:
- The
flow-bin
module must not be installed into global. - This module must be installed into global.
First, please install the flow-bin
module in your devDependencies.
> yarn add flow-bin -D
Next, please do flow
.
> flow
This command executes the global flow-local
, which finds the project based
flow installed to devDependencies
.