What I did:
- Make a new Scripts folder inside ob2
- Initialize a new Node.js project with
cd ob2 && npm init -y
- Pull npm package
npm install mailtm-custom
, I also tried installing globally withnpm install -g mailtm-custom
and it still doesn’t work
cd ob2 && npm init -y
npm install mailtm-custom
, I also tried installing globally with npm install -g mailtm-custom
and it still doesn’t workI’d found the solution, you have to install it in the openbullet directory without the ‘script’ directory.
You mean initial npm and install packages directly on ob2 directory?
yes try i tell me ??
ill try later, thanks for that