Skip to content
This repository was 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
malash wants to merge 1 commit into
zkat:latestfrom
malash:feat-node-module
Open

feat(node): Add --node-module support to resolve node_modules in …#164
malash wants to merge 1 commit into
zkat:latestfrom
malash:feat-node-module

Conversation

@malash

@malash malash commented Mar 19, 2018

Copy link
Copy Markdown

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