(kind) bap ➜ ~/src/contoso-real-estate (fix-strapi-dependencies-bug-333 ✗) $ npm run strapi admin:create -w blog-cms
> blog-cms@0.1.0 strapi
> strapi admin:create
? Admin email? firstname.lastname@gmail.com
? Admin password? [hidden]
? First name? firstname
? Last name? lastname
? Do you really want to create a new admin? Yes
Starting the compilation for TypeScript files in /home/bap/src/contoso-real-estate/packages/blog-cms
(node:576868) Warning: Missing transfer.token.salt: Data transfer features have been disabled.
Please set transfer.token.salt in config/admin.js (ex: you can generate one using Node with `crypto.randomBytes(16).toString('base64')`)
For security reasons, prefer storing the secret in an environment variable and read it in config/admin.js. See https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/configurations/optional/environment.html#configuration-using-environment-variables.
(Use `node --trace-warnings ...` to show where the warning was created)
Successfully created new admin
(euw-i1-shared-aks-06) bap ➜ ~/src/contoso-real-estate (fix-strapi-dependencies-bug-333 ✗) $ npm run strapi admin:reset-password -w blog-cms
fix
npm run strapi admin:create -w blog-cms
fix: docker compose build locally