I am trying to publish an npm package but I keep getting this error.
Any idea how I can fix it. please help me.
thanks in advance.
error
EBUSY all lstat C:\hiberfil.sys -4082 EBUSY: resource busy or locked, lstat 'C:\hiberfil.sys'
I had similar issues, try this:
node_modules
package-lock.json
npm install
npm cache clean --force
in my project, the reason is I imported the wrong module like this "import {umd} from 'vue'" ,check out your