notes about node and npm :P
(this note has no topics)[PNPM] how to execute a package
- download it and execute it:
pnpm dlx my-executable-package(shorthandpnpx my-executable-package) - execute tool that is already installed in the current project:
pnpm exec my-executable-package(shorthandpnpm my-executable-package)