mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +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:
parent
bf769344c9
commit
2bb7a37cb9
@ -129,7 +129,7 @@ See [CHANGELOG.md](https://github.com/konvajs/konva/blob/master/CHANGELOG.md).
|
||||
|
||||
#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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user