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
I think a relative path, similar to a general JavaScript project, would be appropriate. Cause @openzeppelin/contracts will be installed in the user project's node_modules, but essentially cannot be known relative to @devprtcl/protocol.
Description
Change the description method from absolute path to relative path
Solution
before
after
reason:
Dependencies can't be resolved when referring to a contract after npm install
The text was updated successfully, but these errors were encountered: