-
Notifications
You must be signed in to change notification settings - Fork 37
Getting failed dependency from BaseConfig #89
Comments
Hey @jessefranklin sorry for the long delay. Are you still having this issue? How are you running |
I have exactly the same issue. Package installed globally. Running like this: The error stack:
|
I'm getting this issue as well. Any fix here? |
@deluan is there a resolution to this issue? I'm getting this same error. |
Same error here too. |
@Jonathan-Wong-Code and others having this issue: Can you try running it with
|
No dice. I'm actually getting Error: BaseConfig » eslint-config-standard:
Looks like it's running eslint 6.8 which doesn't support es2021. (I'm just using the default Create-react-app setup) |
When running contentful-migrate with |
I've tried both :) same result. |
I'm getting the same error. Tried dev dependency and global, and npx with no luck. Update: I was able to successfully run |
I'm having the same issue. Any updates? |
Any updates on this issue? I'm experiencing the same. |
Getting the same issue here as well. I guess no updates yet ? |
same error here.
I was also able to run it after uninstalling eslint from my project depts. Also, it only happens when running bootstrap. I added back eslint to the package.json and i've been able to run all other commands. |
Globally running ctf-migrate failed for me too. However when adding it to package.json and using it via
|
Error: Failed to load config "eslint-config-standard" to extend from.
Referenced from: BaseConfig
The text was updated successfully, but these errors were encountered: