Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 fix target folder name of linked modules #26

Merged
merged 2 commits into from
Dec 11, 2017

Conversation

heikomat
Copy link
Owner

When linking the local modules to the node_modules folder, minstall does so using the folder-names that the module is supposed to have according to its name.

until now, minstall used the modules actual folder name as target folder name. This PR changes that.

You can test this as follows:
create a local module with foldername testmoduleA, and give it the name testmoduleB. When using minstall, the module will then be linked to nodule_modules/testmoduleA, even though it should be node_modules/testmoduleB.

Copy link
Collaborator

@5ebastianMeier 5ebastianMeier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@5ebastianMeier 5ebastianMeier merged commit 43f3609 into develop Dec 11, 2017
@5ebastianMeier 5ebastianMeier deleted the feature/fix_target_folder_name branch December 11, 2017 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants