riad-azz / instagram-video-downloader

Simple website made with Next.js for downloading instagram videos with an API that can be used to integrate it in other applications.
https://instagram-videos.vercel.app
MIT License
211 stars 97 forks source link

How to install in ubuntu 20 #9

Open gujarraju opened 1 year ago

gujarraju commented 1 year ago

Hi,

I want install this script in ubuntu server but i am facing many issues need apache also Please guide me.

Thank you

riad-azz commented 1 year ago

Hey there,

I don't understand what do you mean by install the script? If you mean running the server, you can just follow the README.md and the server should start. But if you mean running the website in production I don't really have a guide for that.

best regards,

gujarraju commented 1 year ago

Please check below error.

Screenshot 2023-11-15 090634

riad-azz commented 1 year ago

Please run npm install before running npm run build

gujarraju commented 1 year ago

Screenshot 2023-11-15 162253

riad-azz commented 1 year ago

It seems like you have a problem with npm not the project itself. did it run properly after running the npm install?