sup3rgiu / PoliDown

Save Microsoft Stream videos uploaded by Politecnico di Milano.
MIT License
78 stars 13 forks source link

Installation issues #10

Closed Eliaxie closed 4 years ago

Eliaxie commented 4 years ago

installing on Fedora is necessary to run npm as root flagging --unsafe-perm, which is far from ideal.

darklamp commented 4 years ago

You mean installing dependencies requires that flag? If so, I couldn't reproduce that on neither manjaro nor ubuntu; installation on both went just fine without any flag.

Eliaxie commented 4 years ago

with all prereqs installed the line npm install prints out a ton of errors. I tried to uninstall and set it back up but I couldn't reproduce it, prolly because dependencies were not uninstalled. The error npm was printing was

prebuild-install WARN install EACCES: permission denied, access '/root/.npm

and many more which I don't have anymore, unfortunately. I don't really know if it has anything to do with your .js or just one of your dependencies needs root + flag, just wanted to let ya know.