You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default we are pushing that users should put their modules in modules/node_modules because we think that is the best way to handle this problem, but since knit doesn't actually execute the code we can leave that decision entirely up to the application developer.
as long as the folder structure is something like:
setting knit.needle.paths.modulesStub: PATH_TO_MODULES_DIR in root package.json should be enough to get knit to see the modules and run dependency checks across them.
The text was updated successfully, but these errors were encountered:
By default we are pushing that users should put their modules in
modules/node_modules
because we think that is the best way to handle this problem, but since knit doesn't actually execute the code we can leave that decision entirely up to the application developer.as long as the folder structure is something like:
setting
knit.needle.paths.modulesStub: PATH_TO_MODULES_DIR
in root package.json should be enough to get knit to see the modules and run dependency checks across them.The text was updated successfully, but these errors were encountered: