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
Attempting to make a 'micropilot base study' via volo create, and the package.json:dependencies (as used by addon-sdk) is getting read by volo (as npm dependencies).
The text was updated successfully, but these errors were encountered:
This seems more of an overloading of "dependencies" by the addon-sdk. I think node/npm has claimed "dependencies" in package.json to mean "npm dependencies". How does the addon-sdk use them? Is there an "addon-sdk"."dependencies" property in package.json that could be used instead?
Attempting to make a 'micropilot base study' via
volo create
, and thepackage.json:dependencies
(as used by addon-sdk) is getting read by volo (as npm dependencies).The text was updated successfully, but these errors were encountered: