How to Install and Uninstall node-resolve-cwd Package on Kali Linux

Last updated: April 26,2024

1. Install "node-resolve-cwd" package

Please follow the step by step instructions below to install node-resolve-cwd on Kali Linux

$ sudo apt update $ sudo apt install node-resolve-cwd

2. Uninstall "node-resolve-cwd" package

Please follow the guidance below to uninstall node-resolve-cwd on Kali Linux:

$ sudo apt remove node-resolve-cwd $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-resolve-cwd package on Kali Linux

Package: node-resolve-cwd
Version: 3.0.0-2
Installed-Size: 17
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-resolve-from
Size: 4212
SHA256: 3c8f5f58bb667d3d50c7bd91fa9de4ec2bad8387a24a538b768a60f9e4ae94b2
SHA1: c1d3b281fe5db8f161badfe6fa0289c0530f7dbd
MD5sum: 9a9fdf29ef9292da4d305a8b3e1df3db
Description: Resolve the path of a module from current directory
This module can be used to determine the path of a module starting from the
current working directory.
.
For an input of moduleId to resolveCwd(moduleId), it gives an error when the
module can't be found, which is similar to how require() works.
.
If moduleId is called as resolveCwd.silent(moduleId) then it returns null
instead of giving an error when the module can't be found.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/sindresorhus/resolve-cwd
Section: javascript
Priority: optional
Filename: pool/main/n/node-resolve-cwd/node-resolve-cwd_3.0.0-2_all.deb