fiks link doesn't work as expected. When I run it I expect every repo in node_modules to be linked to local directories via symlink. This does not happen, nothing seems to be linked at all. My directory structure is this:
firmalisten:
admin
api
articles
build
config
data
db
docs
integrations
plugins
schema
scripts
search
site
The actual name of the package is the package.json name field. The name of the directory is arbitrary. The directory name of the package firmalisten-search could be search or just flsearch or whatever. You may need to scan all package.json and map them to the directories on startup to make this work.
fiks link
doesn't work as expected. When I run it I expect every repo in node_modules to be linked to local directories via symlink. This does not happen, nothing seems to be linked at all. My directory structure is this:The actual name of the package is the package.json name field. The name of the directory is arbitrary. The directory name of the package
firmalisten-search
could besearch
or justflsearch
or whatever. You may need to scan all package.json and map them to the directories on startup to make this work.