Updating
Saturday, October 14, 2017 6:12 AMThe most reliable way to update most NPM globally installed packages is just just to install them again..
npm install -g quilk
After an update on node you may also completely remove quilk first before updating
-
npm uninstall -g quilk
- Double check that the quilk module has been completely removed by checking the npm nod_modules folder. Discover where the directory is with
npm root -g
, if the quilk directory is still there..rm -R quilk
.