Azure-Samples / contoso-real-estate

Intelligent enterprise-grade reference architecture for JavaScript, featuring OpenAI integration, Azure Developer CLI template and Playwright tests.
MIT License
889 stars 528 forks source link

fix: issue #333 devDependencies #337

Closed bplasmeijer closed 10 months ago

bplasmeijer commented 1 year ago

fix npm run strapi admin:create -w blog-cms

(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: docker compose build locally

anfibiacreativa commented 1 year ago

Ping @bplasmeijer

bplasmeijer commented 1 year ago

I will feedback next week, and commit changes.