wekan / wekan-autoinstall

Wekan auto-installation script
GNU General Public License v3.0
21 stars 17 forks source link

Error is autoinstall script #10

Closed securisec closed 5 years ago

securisec commented 7 years ago

Have been trying to use the auto install script but i keep running into this error. Is there a fix for this?

npm WARN npm npm does not support Node.js v0.10.40 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm You can find the latest version at https://nodejs.org/ npm ERR! Object function (err) { npm ERR! if (err) return cb(err) npm ERR! fs.fsync(fd, function (err) { npm ERR! if (err) return cb(err) npm ERR! fs.close(fd, cb) npm ERR! }) npm ERR! } has no method 'toLowerCase'

anselal commented 7 years ago

@securisec There have been some changes to wekan in the requirements that I haven't been able to fix, because of work load. You can take a look at https://github.com/wekan/wekan/wiki/Install-and-Update#install-manually-releases and figure out the requirements and adapt to script to that. I think I will be able to update the script in a month or so.

securisec commented 7 years ago

Thanks! I wasnt quite able to make it work, but will look forward to the new autoinstall script.