Fetz/json-analyzer

npm install but yarn add works

Fetz opened this issue · 0 comments

Fetz commented

Describe the bug
Npm install is not working, but yarn add is working.
I assume is a bug from npm package bin ignores the npmignore

To Reproduce
Steps to reproduce the behavior:

  1. npm install json-analyzer
  2. See error
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/fetz3/01_work/temp/node_modules/json-analyzer/src/bin/json-analyzer.test.js'

Expected behavior
Installation to work