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
Could not find a declaration file for module 'stockx-api'. 'mydir/node_modules/stockx-api/index.js' implicitly has an 'any' type.
Try npm install @types/stockx-api if it exists or add a new declaration (.d.ts) file containing declare module 'stockx-api';
If i try the "npm install @types/stockx-api it doesnt find anything and if i declare the " stockx-api.d.ts" with the "declare module stockx-api" it returns the same error.
Any suggestions?
The text was updated successfully, but these errors were encountered:
Using VsCode it gives me this warning:
Could not find a declaration file for module 'stockx-api'. 'mydir/node_modules/stockx-api/index.js' implicitly has an 'any' type.
Try
npm install @types/stockx-api
if it exists or add a new declaration (.d.ts) file containingdeclare module 'stockx-api';
If i try the "npm install @types/stockx-api it doesnt find anything and if i declare the " stockx-api.d.ts" with the "declare module stockx-api" it returns the same error.
Any suggestions?
The text was updated successfully, but these errors were encountered: