Warning: Fell back to using 'fs' to identify
See original GitHub issueHi, following to my comment https://github.com/nrwl/nx/pull/7013#discussion_r709458007:
Current Behavior
I work on a project with 2 pending changes in Git (not staged):
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: packages/semver/package.json
modified: packages/semver/src/generators/install/index.spec.ts
Then I run tests locally before committing and I get:
Warning: Fell back to using 'fs' to identify 7;33mM packages/semver/package.json as deleted. Please open an issue at https://github.com/nrwl/nx so we can investigate.
Warning: Fell back to using 'fs' to identify 7;33mM packages/semver/src/generators/install/index.spec.ts as deleted. Please open an issue at https://github.com/nrwl/nx so we can investigate.
> nx run semver:test
RUNS semver packages/semver/src/executors/version/index.e2e.spec.ts
@JamesHenry I poke you on this since we recently discussed it.
Expected Behavior
Do not warn anything.
Environment
Node : 14.16.0
OS : linux x64
yarn : 1.22.5
nx : 12.9.0
@nrwl/angular : Not Found
@nrwl/cli : 12.9.0
@nrwl/cypress : Not Found
@nrwl/devkit : 12.9.0
@nrwl/eslint-plugin-nx : 12.9.0
@nrwl/express : Not Found
@nrwl/jest : 12.9.0
@nrwl/linter : 12.9.0
@nrwl/nest : Not Found
@nrwl/next : Not Found
@nrwl/node : 12.9.0
@nrwl/nx-cloud : Not Found
@nrwl/react : Not Found
@nrwl/schematics : Not Found
@nrwl/tao : 12.9.0
@nrwl/web : Not Found
@nrwl/workspace : 12.9.0
@nrwl/storybook : Not Found
@nrwl/gatsby : Not Found
typescript : 4.4.3
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Warning: Fell back to using 'fs' to identify file_path as deleted ...
Current Behavior I renamed a file, and now I have a warning in the terminal that suggests to file a bug report. Expected...
Read more >HBase "Failed to identify the fs of dir" - Stack Overflow
I'm developing HBase Client with Java.
Read more >Error handling in Node.js - LogRocket Blog
Deliver reliable software by learning how to handle errors in Node.js using callbacks, promises, and event emitters.
Read more >Caribou-Targhee National Forest - Alerts & Notices
Forest Order Name and Number Date Expires
Sawtell Peak Fire Closure. 04‑15‑22‑304 09/03/2022
Birch Creek Road Closure. 04‑15‑22‑303 7/25/2022 8/1/2022
Trail #200 Closure (Rush Hour Trail)...
Read more >Troubleshoot instances with failed status checks
For Linux-based instances that have failed an instance status check, ... Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks for confirming, @edbzn, I’ll add this as a proper fix for this issue.
Thank you!