From: Daniel R. P. <dr...@it...> - 2020-10-14 12:32:51
|
Hello, I have been trying for some hours to use and test the jbrowse-web (0.0.1-beta.26) product of JBrowse2 (https://github.com/GMOD/jbrowse-components/tree/master/products/jbrowse-web ).I do not know where I am failing and I would like you to do me a favor to help me. I have realized that there are a list of packages that have not been already published to npm. * "@jbrowse/plugin-breakpoint-split-view": "^0.0.1-beta.15", * "@jbrowse/plugin-circular-view": "^0.0.1-beta.15", * "@jbrowse/plugin-dotplot-view": "^0.0.1-beta.15", * "@jbrowse/plugin-hic": "^0.0.1-beta.13", * "@jbrowse/plugin-legacy-jbrowse": "^0.0.1-beta.13", * "@jbrowse/plugin-linear-comparative-view": "^0.0.1-beta.15", * "@jbrowse/plugin-lollipop": "^0.0.1-beta.13", * "@jbrowse/plugin-menus": "^0.0.1-beta.14", * "@jbrowse/plugin-rdf": "^0.0.1-beta.13", * "@jbrowse/plugin-spreadsheet-view": "^0.0.1-beta.19", * "@jbrowse/plugin-sv-inspector": "^0.0.1-beta.14", * "@jbrowse/plugin-trackhub-registry": "^0.0.1-beta.13", * "@jbrowse/plugin-filtering": "^0.0.1-beta.13", * "@jbrowse/plugin-hic": "^0.0.1-beta.13", * "@jbrowse/plugin-legacy-jbrowse": "^0.0.1-beta.13", * "@jbrowse/plugin-linear-comparative-view": "^0.0.1-beta.15", * "@jbrowse/plugin-lollipop": "^0.0.1-beta.13", * "@jbrowse/plugin-menus": "^0.0.1-beta.14", * "@jbrowse/plugin-rdf": "^0.0.1-beta.13", * "@jbrowse/plugin-spreadsheet-view": "^0.0.1-beta.19", * "@jbrowse/plugin-sv-inspector": "^0.0.1-beta.14", * "@jbrowse/plugin-trackhub-registry": "^0.0.1-beta.13" Even though I have deleted them from the package.json file and the corePlugins.ts list. With this I suppose that it would work fine. After that, when I executed npm start it didn't recognize rescripts, so I added "@rescripts/cli": "0.0.14", "@rescripts/rescript-env": "0.0.12" and "@rescripts/utilities": "0.0.7", to the package.json but it still gives me the following error: > rescripts --max-http-header-size=100000 start internal/modules/cjs/loader.js:638 throw err; ^ Error: Cannot find module 'react-scripts/config/paths' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Module.require (internal/modules/cjs/loader.js:692:17) at require (internal/modules/cjs/helpers.js:25:18) at Object.<anonymous> (/home/daniel/Documentos/jbrowse-web/node_modules/@rescripts/utilities/paths.js:2:27) at Module._compile (internal/modules/cjs/loader.js:778:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) Best regards, Daniel Reyes |