-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolved problem with cptable in xslx : SheetJS/sheetjs#76
- Loading branch information
1 parent
b539c09
commit 48fd6f5
Showing
2 changed files
with
6 additions
and
2 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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# JsCoverageQC | ||
A javascript adaptation of CoverageQC (https://github.com/ghsmith/coverageQc), for Galaxy Project | ||
|
||
Don't forget to use npm install in the directory, once you downloaded the project, to install all the dependencies | ||
- Don't forget to use npm install in the directory, once you downloaded the project, to install all the dependencies | ||
- If this error is shown while launching the server : "ERROR in ./~/xlsx/dist/cpexcel.js | ||
Module not found: Error: Cannot resolve 'file' or 'directory' ./cptable in xyz/node_modules/xlsx/dist | ||
@ ./~/xlsx/dist/cpexcel.js 807:16-41 | ||
" => use this : https://github.com/SheetJS/js-xlsx/issues/76 and only keep "cptable = factory(cptable);" in cpexcel.js line 803-809 |
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