Weirdly enough first time I installed this package (ubuntu) as per the instructions, things worked easily.
second time around (fresh install of ubuntu), this error
" Error: not found: make"
fix turned out to be easy.
sudo apt-get install build-essential
npm install node-cba-netbank --save
hope it helps someone.
really nice package btw. thanks for publishing.
Weirdly enough first time I installed this package (ubuntu) as per the instructions, things worked easily.
second time around (fresh install of ubuntu), this error
" Error: not found: make"
fix turned out to be easy.
sudo apt-get install build-essential
npm install node-cba-netbank --save
hope it helps someone.
really nice package btw. thanks for publishing.