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 started integrating PromptLayer and got this error.
Error when evaluating SSR module /Users/......+server.ts:
Internal server error: Failed to resolve entry for package "promptlayer". The package may have incorrect main/module/exports specified in its package.json.
This happens when I start importing PromptLayer using this
import { promptlayer } from "promptlayer";
This happens even if the file is just importing PromptLayer. Using SvelteKit + TypeScript
The text was updated successfully, but these errors were encountered:
I started integrating PromptLayer and got this error.
This happens when I start importing PromptLayer using this
This happens even if the file is just importing PromptLayer. Using SvelteKit + TypeScript
The text was updated successfully, but these errors were encountered: