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
Opening any SvelteKit file in Pear causes Pear to issue the following warning:
Error in svelte.config.js
Error: Cannot find module @rollup/rollup-darwin-x64. npm has a bug related to optional dependencies (https://github.com/npm/cli/issues/4828). Please try `npm i` again after removing both package-lock.json and node_modules directory.
This is a new SvelteKit installation through:
pnpm dlx sv create
When opening the same project in Cursor, VS Code or Zed there are no warnings or issues. Pear, Cursor and VS Code all have the same extensions, just Prettier and Svelte. This is a standard SvelteKit installation with no changes to svelte.config.js. Before realising the issue was specific to Pear I did try following the instructions above, with obviously no success. See below.
Pear:
VS Code:
Cheers,
Matt
The text was updated successfully, but these errors were encountered:
Hello,
Opening any SvelteKit file in Pear causes Pear to issue the following warning:
This is a new SvelteKit installation through:
When opening the same project in Cursor, VS Code or Zed there are no warnings or issues. Pear, Cursor and VS Code all have the same extensions, just Prettier and Svelte. This is a standard SvelteKit installation with no changes to svelte.config.js. Before realising the issue was specific to Pear I did try following the instructions above, with obviously no success. See below.
Pear:
VS Code:
Cheers,
Matt
The text was updated successfully, but these errors were encountered: