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
Dependencies recorded in webgme-setup.json should record relative path (from the given project root) in path. In the config, it should use require.resolve to resolve the absolute path.
The current approach may have problems when nesting projects with shared dependencies.
The text was updated successfully, but these errors were encountered:
Dependencies recorded in
webgme-setup.json
should record relative path (from the given project root) inpath
. In the config, it should userequire.resolve
to resolve the absolute path.The current approach may have problems when nesting projects with shared dependencies.
The text was updated successfully, but these errors were encountered: