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
The text was updated successfully, but these errors were encountered:
t2ym
changed the title
[plugin] Plugin dependencies can be overridden by thin-hook dependencies (generalized #402)
[plugin] Plugin dependencies can be unexpectedly overridden by thin-hook dependencies (generalized #402)
Nov 9, 2020
[plugin] Plugin dependencies can be unexpectedly overridden by thin-hook dependencies (generalized #402)
Root Cause
file:plugins/{pluginName}
dependencies are resolved from the paths undernode_modules/thin-hook/
node_modules/thin-hook/node_modules
are unexpectedly loaded for scopednode_modules/@thin-hook/{pluginName}
Status - Experimental Package Available
thin-hook@0.4.0-alpha.49-experimental.2
withexperimental
tagDesign Issues
@thin-hook/dependencies
be published independently to put it under"dependencies"
instead of"optionalDependencies"
?Fix Candidate
thin-hook
dependencies via@thin-hook/dependencies/index.js
plugins/dependencies/package.json
plugins/dependencies/index.js
The text was updated successfully, but these errors were encountered: