-
Notifications
You must be signed in to change notification settings - Fork 362
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
Watch mode fails with enoent #169
Comments
Hmm - looks like ezolenko/rollup-plugin-typescript2#34. Probably a permissions error or something. Also you shouldn't need the |
I'm also getting this error– Running this script:
And here is the error:
|
Sadly have no idea what causes this |
I saw the same stack trace debugging tonight. It means 2 instances of the TS plugin are trying to use its cache at the same time. I don't know whether that's multiple watch servers or a bug. |
This makes sense - we compile each format ( |
This should be fixed by #204. |
https://github.com/developit/microbundle/releases/tag/0.7.0 sorry it took so long |
While calling microbundle watch, i receive an error
Error: ENOENT: no such file or directory, rename ..../.rpt2_cache/[hash]/code/cache_ => ..../.rpt2_cache/[hash]/code/cache
build mode succeeds without issue
package.json
The text was updated successfully, but these errors were encountered: