Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EISDIR: illegal operation on a directory, read #177

Open
dvislov opened this issue Jun 6, 2023 · 3 comments
Open

EISDIR: illegal operation on a directory, read #177

dvislov opened this issue Jun 6, 2023 · 3 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@dvislov
Copy link

dvislov commented Jun 6, 2023

System Environment

  • OS:
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
  • NodeJS Version: v18.16.0
  • This LIbrary Version: the latest one

Question Description

I'm just trying to start the package like npx cycle-import-check (seen in the code that '.' is a directory by default) but get an error

EISDIR: illegal operation on a directory, read

@dvislov dvislov added the help wanted Extra attention is needed label Jun 6, 2023
@Soontao
Copy link
Owner

Soontao commented Jun 7, 2023

sure, thanks. let me check.

@Soontao
Copy link
Owner

Soontao commented Jun 7, 2023

Dear @dvislov

could you try following commands to see whether its work or not (make sure not a npx issue):

npm i -g cycle-import-check
iscan

BR,
Theo

@dvislov
Copy link
Author

dvislov commented Jun 7, 2023

@Soontao sure, here is the actions log:

root@d6a60ef2a85f:/app# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

root@d6a60ef2a85f:/app# node -v
v18.16.0

root@d6a60ef2a85f:/app# npm i -g cycle-import-check

changed 53 packages in 927ms

2 packages are looking for funding
  run `npm fund` for details

root@d6a60ef2a85f:/app# iscan

Circular dependency checker running at /app
EISDIR: illegal operation on a directory, read

root@d6a60ef2a85f:/app#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants