Recently i am working with node JS and came across some functions in aws-sdk package, i tried in vs code, but i wanted to integrate those with openbullet2, so i used a script block but came across
i have installed the package globally , even installed in scripts folder again, verified using npm list aws-ask, both inside scripts and global , everything seems fine but openbullet2 throws an error
atm im using 0.3.2 and have ob2 installed on (D:/) drive and node modules were not loading, i copy pasted whole ob2 folder into desktop and it worked there.
Also is it possible to keep in (D:) drive and remove requirement of installing node modules under scripts folder?
i usually install node modules like this:
open cmd in scripts folder
npm init -y
npm i moduleName