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
I did npm install -d '@sveltejs/pancake' in my project. In vscode, it marks the import * as Pancake from '@sveltejs/pancake' as error, saying module '@sveltejs/pancake' or its corresponding type declarations. I am using typescript.
screenshot of vscode:
The text was updated successfully, but these errors were encountered:
I did
npm install -d '@sveltejs/pancake'
in my project. In vscode, it marks theimport * as Pancake from '@sveltejs/pancake'
as error, sayingmodule '@sveltejs/pancake' or its corresponding type declarations
. I am using typescript.screenshot of vscode:
The text was updated successfully, but these errors were encountered: