Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

feat(node): Add --node-module support to resolve node_modules in … #164

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from
Open

feat(node): Add --node-module support to resolve node_modules in … #164

wants to merge 1 commit into from

Conversation

malash
Copy link

@malash malash commented Mar 19, 2018

feat(node): Add --node-module support to resolve node_modules in the way of Node.JS (#118)

├── a
│   └── b
│       ├── c
│       │   └── d
│       └── node_modules
└── node_modules

When using npx --node-module in path/a/b/c/d the $PATH will be path/a/b/node_modules/.bin:path/node_modules/.bin:$PATH

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant