admin管理员组

文章数量:1123102

When I try to run my sveltekit project using npm run dev, I am getting errors that look like this.

the deprecation warnings

After I pull up the local host, I am also getting an error. This is a snippet of it:

Error: src/app.html is missing %sveltekit.head% atnode_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected][email protected]_eodwjojj5rxdwmbphz4hjjedg4/node_modules/@sveltejs/kit/src/core/config/index.js:27:10 at Array.forEach ()

I ran npm install and npm audit fix a few times to try to fix another issue, so I'm wondering if maybe there are conflicts with the package versions. What do I need to do to resolve this problem?

本文标签: nodejsGetting deprecation warnings and errors when I try to build sveltekit websiteStack Overflow