Manage npm Packages

Manage npm Packages

This will help you install/uninstall packages from your ~/.kenv/node_modules

Note: You can use the npm method in your script to prompt the user to auto-install:

let express = await npm("express")
Discuss Post