We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PRETTY_NAME="Debian GNU/Linux 10 (buster)" NAME="Debian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=debian
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
npx cycle-import-check
EISDIR: illegal operation on a directory, read
The text was updated successfully, but these errors were encountered:
sure, thanks. let me check.
Sorry, something went wrong.
Dear @dvislov
could you try following commands to see whether its work or not (make sure not a npx issue):
npx
npm i -g cycle-import-check iscan
BR, Theo
@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#
Soontao
No branches or pull requests
System Environment
Question Description
EISDIR: illegal operation on a directory, read
The text was updated successfully, but these errors were encountered: