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

typescript compiler tsc -w fails on ioctl(..., FIOCLEX) #448

Closed
therealkenc opened this issue May 28, 2016 · 1 comment
Closed

typescript compiler tsc -w fails on ioctl(..., FIOCLEX) #448

therealkenc opened this issue May 28, 2016 · 1 comment

Comments

@therealkenc
Copy link
Collaborator

With build 14352 node 6.2.0 and typescript 1.8.10 now install perfectly. The tsc compiler works mostly, but the watch feature throws an EPERM in fs.js. I straced it down to ioctl(..., FIOCLEX).

stat("tsconfig.json", {st_mode=S_IFREG|0664, st_size=303, ...}) = 0
getcwd("/home/ken/devel/my-proj", 4096) = 24
inotify_init()                          = 9
ioctl(9, FIOCLEX)                       = -1 EPERM (Operation not permitted)
close(9)                                = 0
@stehufntdev
Copy link
Collaborator

Thanks for reporting the issue, WSL has limited inotify support. Closing this out as a duplicate of #216 so we can track.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants