bioimagesuiteweb / bisweb

This is the repository for the BioImage Suite Web Project
https://bioimagesuiteweb.github.io/webapp/
Apache License 2.0
78 stars 32 forks source link

Node.js and Gulp versioning #130

Closed ChellyD65 closed 2 years ago

ChellyD65 commented 2 years ago

When following the build instructions here on FC33:

https://github.com/bioimagesuiteweb/bisweb/tree/devel/docs

I found a versioning mismatch issue for gulp and node.js, similar to this:

https://ourcodeworld.com/articles/read/1188/how-to-solve-gulp-exception-reference-error-primordials-is-not-defined-error

Fixed with a fresh clone of the repo followed by:

cp npm-shrinkwrap-orig.json npm-shrinkwrap.json

npm install

...

...in case it helps anyone.