wilzbach / msa

Modular BioJS compoment for a multiple sequence alignment
http://msa.biojs.net
Boost Software License 1.0
168 stars 79 forks source link

cannot read property 'extend' of undefined, fresh install (v0.0.0, uhhh versioning?) #234

Closed MatthewRalston closed 2 years ago

MatthewRalston commented 6 years ago

Running on RHEL6, Node v6.10.1


git clone https://github.com/wilzbach/msa
cd msa
npm install
...
node
>msa = require('msa');
TypeError: Cannot read property 'extend' of undefined
    at Object.<anonymous> (/path/to/node_modules/msa/lib/views/canvas/CanvasSelection.js:15:2)
    at Module._compile (module.js:570:32)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)
    at Function.Module._load (module.js:438:3)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/path/to/node_modules/msa/lib/views/canvas/CanvasSeqBlock.js:15:24)
    at Module._compile (module.js:570:32)
opensean commented 4 years ago

Did you ever figure this out?