Question: Cant Rebuild App After Loading Translated Files

Cant Rebuild App After Loading Translated Files

When I go to the solution folder and enter the command 'npm i && npm run prod' I get an error. As far as I can see, there is no prod script in the package.json file: "scripts: {

Brendee Маркетинг

Asked

When I go to the solution folder and enter the command ‘npm i && npm run prod’ I get an error.

As far as I can see, there is no prod script in the package.json file:

"scripts: { { “dev”: “vite”, “build”: { “vite build” }, This causes an error:

npm ERR! Missing script: “prod”

Please describe step by step what you need to add to package.json and how to run the commands. If you have a ready file with the necessary PROD script, please provide me.