add-node-modules-path icon indicating copy to clipboard operation
add-node-modules-path copied to clipboard

Adds the node_modules/.bin directory to the buffer exec_path. E.g. support project local eslint installations.

Results 6 add-node-modules-path issues
Sort by recently updated
recently updated
newest added
trafficstars

In monorepos, especially managed by `lerna` or `pnpm`, `npm bin` doesn't return the correct binary directory, since a binary can be either hoisted to the root directory of the monorepo...

Based on my attempt to run emacs with the same configuration on Linux and Windows I assume it doesn't support Windows, so can I ask you to add that feature?...

Just wanted to say thanks - I was about to write similar code, but then I checked melpa and saw your package. :) It fixes https://github.com/flycheck/flycheck/issues/1087

Hello. I notice the `npm bin` command will be removed in [email protected] when reading the release note of [[email protected]](https://github.com/npm/cli/releases/tag/v9.0.0-pre.0). This elisp package heavily depends on `npm bin`, so I worry...

It allows to find programs on monorepo configuration or even global 'node_modules' packages. It also fixes issue #20 .

Version: 20230307.655 which is the latest in melpa. Errors with `add-node-modules-path: Symbol’s function definition is void: length>` A quick google search suggests that lsp-mode ran into the same issue on...