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
will it help if you install the copyfiles package? npm install copyfiles -g ?
Yes, but I shouldn't need to install a separate package to be able to run npm link xrpl.
I don't think just adding copyfiles to the normal, non-dev dependencies is the answer either, but I don't understand npm link well enough to understand what's happening here.
Reproduction:
npm i -g xrpl
const xrpl = require("xrpl")
MODULE_NOT_FOUND
errornpm link xrpl
to link the global module in locallyI believe this is because the
prepare
script is running - that line was added here: #2530The text was updated successfully, but these errors were encountered: