eslint-plugin-require-path-exists
eslint-plugin-require-path-exists copied to clipboard
Proxy is not defined
Hi, i have problem. see more details
Node: 4, 5 OS: window 10
Proxy is not defined
ReferenceError: Proxy is not defined
at Object.<anonymous> (/mnt/d/sand-box/git/post-config/node_modules/fs-plus/lib/fs-plus.js:708:24)
at Object.<anonymous> (/mnt/d/sand-box/git/post-config/node_modules/fs-plus/lib/fs-plus.js:718:4)
at Module._compile (module.js:413:34)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/mnt/d/sand-box/git/post-config/node_modules/eslint-plugin-require-path-exists/lib/exists.js:10:15)
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 [email protected]
this works for me.
My config: Node 4.4.0, eslint 4.3.0.
[email protected] node_modules\eslint-plugin-require-path-exists
├── [email protected]
├── [email protected] ([email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected])
And I have:
Warning: Failed to load plugin require-path-exists: Proxy is not defined Use --force to continue.
Btw, I downgraded manually to [email protected], but didn't help, the same error.
Is this the same bug?
PS. When I install
npm install --save-dev [email protected]
[email protected] node_modules\eslint-plugin-require-path-exists
├── [email protected]
├── [email protected] ([email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected])
I have then Warning: Cannot read property 'recommended' of undefined
.
Setup rules manually (with no extends
) helps.