Closed srobb1 closed 6 years ago
I ran into something pretty similar here and propose a fix via this PR https://github.com/GMOD/jbrowse/pull/1053
I could see that if you are installing plugins that setup.sh would be run twice generating the same error I did
I would suggest clearing the node_modules directory and rerunning setup.sh and optionally you can apply the change listed in this PR (listed here https://github.com/GMOD/jbrowse/pull/1053/files but you'll still need to clear out node_modules first)
Hope that helps
@cmdcolin Thanks for the reply. Where is the node_modules directory?
@cmdcolin I see (from my error message), it should be in my JBrowse directory, but it is not there.
Oh I think you need JBrowse-1.14.0-dev release (the -dev is needed for plugins)
Thank you Colin!! Your comment about the node_module directory got me thinking and so I downloaded the most recent github version, which is dev, and It is working. I read in the 1.13.0 release notes that the dev was needed for plugins, but I didn't realize that was still true with the 1.14.0 release.
But I am having problems with the gccontent plugin. let me make sure I have the most recent version of that one. If I am still having errors, I will create a new issue.
Good to know. Might need to reiterate that notice somewhere. Glad it works though, maybe close for now :)
Hello,
I am trying to get 1.14.0 running but I keep getting errors about plugins not being found.
One plugin is the FeatureSequence Plugin.
My config: [ plugins . FeatureSequence ] location = plugins/FeatureSequence
I run ./setup.sh and do not get any errors.
when I try
npm run build
I get this:version node.js v6.14.0 version npm 3.10.10
Thank you, Sofia