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 'vue-msal'.
Try npm install @types/vue-msal if it exists or add a new declaration (.d.ts) file containing declare module 'vue-msal';
when running the npm command the following error is displayed.
npm install @types/vue-msal
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2fvue-msal - Not found
npm ERR! 404
npm ERR! 404 '@types/vue-msal@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
The text was updated successfully, but these errors were encountered:
Vue.js run error:
Could not find a declaration file for module 'vue-msal'.
Try
npm install @types/vue-msal
if it exists or add a new declaration (.d.ts) file containingdeclare module 'vue-msal';
when running the npm command the following error is displayed.
npm install @types/vue-msal
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2fvue-msal - Not found
npm ERR! 404
npm ERR! 404 '@types/vue-msal@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
The text was updated successfully, but these errors were encountered: