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 getting errors when trying to install the package via npm. Yarn works fine, though.
npm ERR! path /Users/amelzer/Projects/node_modules/devtools-mc-assets/sync.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/amelzer/Projects/node_modules/devtools-mc-assets/sync.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
The text was updated successfully, but these errors were encountered:
I think this might be because sync.js is not included in the files field, so NPM throws an error when trying to symlink the missing file. I'm not sure why yarn doesn't throw the same error though.
I am getting errors when trying to install the package via npm. Yarn works fine, though.
The text was updated successfully, but these errors were encountered: