Local data not being generated when running locally

Hello,

I am currently trying to create location pages using the basic location starter template but with the data that’s in the platform (not seed data). When running ‘run npm dev’ the data generation step is generating 0 files for the location stream. I’ve changed the location template to make sure all the field and entity type names match what’s in the platform. What am I missing?

> yext pages generate-test-data
This is a beta version of the Yext Command Line Interface

Generated 0 files for stream "location-stream"

Two other issues are popping up in the console in case those are relevant. Would really appreciate any help in solving these as well.

> pages generate templates 
(node:2186) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`:
--import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("/Users/****/Documents/GitHub/yext-sky-react/node_modules/%40yext/pages/dist/bin/loader.js", pathToFileURL("./"));'
(Use `node --trace-warnings ...` to show where the warning was created)
WebSocket server error: Port is already in use

Thanks,
Nik

Hello Nik,
Have you installed all the needed dependencies during process.

Also you should continue with the seed data from the starter to your account since those configuration files are necessary in your account in order for local development to work.

The other posted topic on same might be helpful here which i accessible via Pages module error "generate test data"

Hope it helps