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
Hi, when running a package (renovate) that requires this module (maybe through other dependencies) with npx we receive the error:
enoent ENOENT: no such file or directory, chmod '/home/vagrant/.npm/_npx/1665/lib/node_modules/renovate/node_modules/graph-data-structure/dist/cli.module.js'
Your package.json contains an entry for a binary "dist/cli.module.js" that is not part of the npm package.
I'm no export here, but either that file should be there or the bin entry removed from your package.json?