statusboard icon indicating copy to clipboard operation
statusboard copied to clipboard

refactor(npm.load): remove npm.load()

Open wraithgar opened this issue 4 years ago • 0 comments

There is no need to manually call npm.load after you've initialized npm. It should happen automatically, and functions that npm exports can asynchronously block on load finishing before running.

We will likely want to keep that method around as an empty function to not break compatibility with people using npm.js programmatically.

wraithgar avatar Mar 02 '21 17:03 wraithgar