Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
node-resolve-from
Resolve the path of a module from a given path
https://github.com/sindresorhus/resolve-from
0
no reviews
Install
Resolve the path of a module like `require.resolve()`but from a given path. Unlike `require.resolve()` it returns `null` instead of throwing when the module can't be found.
Node.js is an event-based server-side JavaScript engine.