how do i install additional node packages?
peacocksir
HOBBYOP

a year ago

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

0 Replies

peacocksir
HOBBYOP

a year ago

b6a98aa2-1b73-4ace-bd6f-938ee3488910


brody
EMPLOYEE

a year ago

packages you want to install should be in your package.json


peacocksir
HOBBYOP

a year ago

oh shit forgot about that, my last hosting service had a option for additional node packages lol so i forgot about package.json


Loading...