node-packer icon indicating copy to clipboard operation
node-packer copied to clipboard

nodec doesn't seem to work with symbolic link bases requires

Open jloveric opened this issue 8 years ago • 0 comments

Hello,

In order to refer to files inside my program as part of a node module, I place a symbolic link in node_modules to my library directory. If the symbolic link inside node_modules is "program" then I can require using this function

let a= require('program/someFile')

This is a common pattern for requires. It seems this is not supported as my program compiles, but then fails during running (due to missing files). Is there any plan to support this feature?

Thanks

John

jloveric avatar Dec 13 '17 16:12 jloveric