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
it keep telling me this Could not find a declaration file for module '@chec/commerce.js'. 'c:/Users/USER 1/Desktop/ecoomerce-site/DwinaTech-Shop-master/node_modules/@chec/commerce.js/lib/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/chec__commerce.js if it exists or add a new declaration (.d.ts) file containing declare module '@chec/commerce.js';ts(7016)
The text was updated successfully, but these errors were encountered:
it keep telling me this Could not find a declaration file for module '@chec/commerce.js'. 'c:/Users/USER 1/Desktop/ecoomerce-site/DwinaTech-Shop-master/node_modules/@chec/commerce.js/lib/index.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/chec__commerce.js
if it exists or add a new declaration (.d.ts) file containingdeclare module '@chec/commerce.js';
ts(7016)The text was updated successfully, but these errors were encountered: