how do i install additional node packages?
for my service i need the package openai, and i need to install it because using just require does not work. npm i openai is the install command, where should i put htat
4 Replies
Project ID:
b6a98aa2-1b73-4ace-bd6f-938ee3488910
b6a98aa2-1b73-4ace-bd6f-938ee3488910
Solution
packages you want to install should be in your package.json
oh shit forgot about that, my last hosting service had a option for additional node packages lol so i forgot about package.json