mirror of
https://github.com/photonstorm/phaser
synced 2024-12-04 02:20:23 +00:00
Typo fixes.
This commit is contained in:
parent
c98b576f83
commit
b9e2045672
1 changed files with 16 additions and 16 deletions
|
@ -14,7 +14,7 @@ I'm assuming you already have a recent version of Node installed locally, and ca
|
|||
|
||||
3. Using your console, `cd` into the `phaser/v3/` folder. You can then either run `npm install` or `yarn install`, as we've configs for both. This process should install a local copy of webpack2 and a handful of small support scripts. Note that Yarn on Windows seems to have issues making some packages global, so stick with npm if this is the case.
|
||||
|
||||
4. Making sure you've got both repos checked out, and at the same directory level in your filesystem, issue the comment `webpack` from within the v3 folder. You should see the following output (truncated for brevity):
|
||||
4. Making sure you've got both repos checked out, and at the same directory level in your filesystem, issue the command `webpack` from within the v3 folder. You should see the following output (truncated for brevity):
|
||||
|
||||
![Webpack](webpack1.png)
|
||||
|
||||
|
|
Loading…
Reference in a new issue