You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description:
When I run dtslint, it cannot download [email protected], or rather, it don't know there is 2.6, because of outdated yarn.lock.
I try dtslint after removing yarn.lock and reinstalling packages, and it works perfectly.
However, I don't know refreshing yarn.lock whether makes problems or not... If anybody know well about emotion dependency, please update yarn.lock.
**What**: Resolves#669
**Why**: Current yarn.lock blocks dtslint to download new TS versions.
**How**: Update package.json and yarn.lock
**Checklist**:
<!-- add "N/A" to the end of each line that's irrelevant to your changes -->
<!-- to check an item, place an "x" in the box like so: "- [x] Documentation" -->
- [N/A] Documentation
- [x] Tests
- [x] Code complete
Snapshots of babel-plugin-emotion are changed when I update `@babel` things to `7.0.0-beta.41` or higher. I cannot figure out why... Maybe [this PR](babel/babel#7417) is related with the problem.
emotion
version: v9.1.3react
version: *What you did: Run dtslint
What happened: dtslint cannot download [email protected]
Problem description:
When I run dtslint, it cannot download [email protected], or rather, it don't know there is 2.6, because of outdated yarn.lock.
I try dtslint after removing yarn.lock and reinstalling packages, and it works perfectly.
However, I don't know refreshing yarn.lock whether makes problems or not... If anybody know well about emotion dependency, please update yarn.lock.
Suggested solution: Update (or refresh) yarn.lock
Reference: microsoft/dtslint#112
The text was updated successfully, but these errors were encountered: