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
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
package.json version number is still 1.0.1 which causes npm to install wrong package in node_modules without roboto.d.ts file
Expected outcome
No TS compilation errors saying roboto.d.ts not found when parsing @polymer-elements\paper-styles\typography.d.ts
Actual outcome
I'm getting error TS6053: File '.../node_modules/@polymer-elements/font-roboto/roboto.d.ts' not found.. This is cause @polymer-selements/paper-styles/typography.d.ts is looking for it.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
package.json version number is still 1.0.1 which causes npm to install wrong package in
node_modules
withoutroboto.d.ts
fileExpected outcome
No TS compilation errors saying
roboto.d.ts not found
when parsing@polymer-elements\paper-styles\typography.d.ts
Actual outcome
I'm getting
error TS6053: File '.../node_modules/@polymer-elements/font-roboto/roboto.d.ts' not found.
. This is cause@polymer-selements/paper-styles/typography.d.ts
is looking for it.The text was updated successfully, but these errors were encountered: