How to use client-js on Angular project #10569
Unanswered
SteveLiu1218
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I follow https://www.npmjs.com/package/skywalking-client-js/v/0.9.0
it will response
Could not find a declaration file for module 'skywalking-client-js'. '/SkyWalkingTest/node_modules/skywalking-client-js/index.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/skywalking-client-jsif it exists or add a new declaration (.d.ts) file containingdeclare module 'skywalking-client-js';ts(7016)what problem is here ?
Beta Was this translation helpful? Give feedback.
All reactions