Open Scrum opened 7 years ago
Caused by https://github.com/atom/fs-plus/issues/38 Will try to update fs-plus package version, maybe it will help
if downgrade to 2.8 it work. i`m use eslint-plugin-require-path-exists@1.1.5
this works for me.
My config: Node 4.4.0, eslint 4.3.0.
eslint-plugin-require-path-exists@1.1.7 node_modules\eslint-plugin-require-path-exists
├── builtin-modules@1.1.1
├── resolve@1.4.0 (path-parse@1.0.5)
└── fs-plus@3.0.1 (async@1.5.2, underscore-plus@1.6.6, mkdirp@0.5.1, rimraf@2.6.1)
And I have:
Warning: Failed to load plugin require-path-exists: Proxy is not defined Use --force to continue.
Btw, I downgraded manually to fs-plus@2.8.0, but didn't help, the same error.
Is this the same bug?
PS. When I install
npm install --save-dev eslint-plugin-require-path-exists@1.1.5
eslint-plugin-require-path-exists@1.1.5 node_modules\eslint-plugin-require-path-exists
├── builtin-modules@1.1.1
├── resolve@1.4.0 (path-parse@1.0.5)
└── fs-plus@2.10.1 (async@1.5.2, underscore-plus@1.6.6, mkdirp@0.5.1, rimraf@2.6.1)
I have then Warning: Cannot read property 'recommended' of undefined
.
Setup rules manually (with no extends
) helps.
Hi, i have problem. see more details
Node: 4, 5 OS: window 10