link-module-alias icon indicating copy to clipboard operation
link-module-alias copied to clipboard

Register aliases of directories and custom module paths in Node - no require hook

Results 13 link-module-alias issues
Sort by recently updated
recently updated
newest added

So I used yarn as usual to add a new dependancy and from the looks of it all my source that was symlinked via node_modules was removed. Lucky I had...

As a lot of different issues here stated: This module deletes your linked repositories when you run `yarn install` or `yarn add`. This is horrible. Do not use this module!

Every time I add a new package it removes some random module from node_modules and my app breaks. Can't use this anymore for this reason. Pretty cool though when it...

**After postinstall all the files were DELETED.** Please delete `node_modules` folder before doing a `npm install`. And commit all your changes before installing this package

@Rush, I really liked your package, but I ran into issue while I was implementing the links in typescript. It is working fine in typescript but got the following issue...

Before using this package I was reading this article: https://gist.github.com/branneman/8048520 and then I came up with my "npm link solution": https://gist.github.com/branneman/8048520#gistcomment-3346781 But I've noticed that link-module-alias uses more or less...

The preinstall command specified in the README: `"preinstall": "command -v link-module-alias && link-module-alias clean || true"` does not work on Windows as `command` is not a Windows command. You can...

I need to be able to link from a path to another path e.g.: ```json "blah/next": "./dist" ``` Needs to do `node_modules/blah/next` -> `../../dist.`