-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix potential compatibility issue & update README.md
- Loading branch information
1 parent
136a34a
commit 897f471
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
## Install | ||
|
||
```shell | ||
npm install | ||
npm i --force | ||
``` | ||
|
||
## Edit examples | ||
|
@@ -51,7 +51,7 @@ For example: | |
$.when( | ||
$.getScript(ROOT_PATH + '/data/asset/js/xxxx.js'), | ||
$.getScript( | ||
'https://cdn.jsdelivr.net/npm/[email protected]/dist/d3-contour.jXs' | ||
'https://cdn.jsdelivr.net/npm/[email protected]/dist/d3-contour.js' | ||
) | ||
).done(function () { | ||
// ... | ||
|
@@ -131,7 +131,7 @@ npm run build:examplelist | |
If puppeteer has not been installed: | ||
|
||
```shell | ||
npm i puppeteer | ||
npm i puppeteer -D | ||
``` | ||
|
||
If you want to save the log: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters