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 am wondering how I can include npm packages. I saw that there is a package.json and package-lock.json in the scripts folder, but how can I incorporate those? For example, how is springly included? Simply using "require" doesn't seem to work, although that does the job for lodash.
I am mainly aiming to include the npm module ethers.js.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I am wondering how I can include npm packages. I saw that there is a package.json and package-lock.json in the scripts folder, but how can I incorporate those? For example, how is springly included? Simply using "require" doesn't seem to work, although that does the job for lodash.
I am mainly aiming to include the npm module ethers.js.
Thanks.
The text was updated successfully, but these errors were encountered: