Warning while compiling Swagger-React Autolinker/src/version.ts Doesn't exist #8592
Unanswered
mattxerini
asked this question in
Q&A
Replies: 5 comments
-
Also facing the same problem... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Anyone from Swagger? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Me too, I'm facing same problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Opened an issue about this: #8967 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
as per title when I compile my project with sweagger-ui-react, I have over 30 warnings in my console about Autolinker
Failed to parse source map from '/node_modules/autolinker/src/version.ts' file: Error: ENOENT: no such file or directory, open '/node_modules/autolinker/src/version.ts'
I am using the latest swagger packages
"@types/swagger-ui": "^3.52.0",
"@types/swagger-ui-dist": "^3.30.1",
"@types/swagger-ui-react": "^4.18.0",
"swagger-ui": "^4.10.3",
"swagger-ui-dist": "^4.18.2",
"swagger-ui-react": "^4.18.2",
can someone shed some light on those warnings?
Beta Was this translation helpful? Give feedback.
All reactions