mirror of
https://github.com/konvajs/konva.git
synced 2025-12-29 02:03:29 +08:00
remove --dev from dev enviroment instructions
--dev makes a recursive install of all the packages dev deps npm install is enough
This commit is contained in:
@@ -129,7 +129,7 @@ See [CHANGELOG.md](https://github.com/konvajs/konva/blob/master/CHANGELOG.md).
|
|||||||
|
|
||||||
#Dev environment
|
#Dev environment
|
||||||
|
|
||||||
Before doing all dev stuff make sure you have node installed. After that, run `npm install --dev` in the main directory to install the node module dependencies.
|
Before doing all dev stuff make sure you have node installed. After that, run `npm install` in the main directory to install the node module dependencies.
|
||||||
|
|
||||||
Run `gulp -T` to see all build options.
|
Run `gulp -T` to see all build options.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user