site-kit icon indicating copy to clipboard operation
site-kit copied to clipboard

Error: loadAndValidateConfig() has been deprecated in favor of loadConfiguration() and createConfiguration().

Open kadevland opened this issue 5 years ago • 0 comments

Error, impossible to lauch template for testing

npm init svelte@next npm install npm run dev -- --open Error: loadAndValidateConfig() has been deprecated in favor of loadConfiguration() and createConfiguration(). at Object.loadAndValidateConfig (/.../node_modules/snowpack/lib/index.js:134112:11) at Watcher.init_snowpack (/.../node_modules/@sveltejs/kit/src/api/dev/index.js:83:35) at processTicksAndRejections (internal/process/task_queues.js:93:5) at Watcher.init (/.../node_modules/@sveltejs/kit/src/api/dev/index.js:55:3) at /.../node_modules/@sveltejs/kit/src/cli.js:49:20

kadevland avatar Jan 12 '21 23:01 kadevland