Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first step - npm run build fails #3

Open
sankar2389 opened this issue Feb 6, 2023 · 0 comments
Open

first step - npm run build fails #3

sankar2389 opened this issue Feb 6, 2023 · 0 comments

Comments

@sankar2389
Copy link

sankar2389 commented Feb 6, 2023

Hi I'm using windows machine. node js version 18.14.0 (also tried in 16.18.1) & used git bash to execute the command

when I tried the npm run build command I got the following failure response

$ npm run build

[email protected] build
npm run build-es-backup-scheduler && npm run build-es-snapshot-validate-state && npm run build-es-snapshot-restore

[email protected] build-es-backup-scheduler
cd src/es-backup-scheduler && npm run build && cd ../../

[email protected] prebuild
rm -rf ../../dist/es-backup-scheduler && mkdir -p ../../dist/es-backup-scheduler || true

The syntax of the command is incorrect.

[email protected] build
npm i && npm run copy-package-json && npm run copy-dependencies && tsc

up to date, audited 406 packages in 14s

25 packages are looking for funding
run npm fund for details

14 vulnerabilities (2 low, 3 moderate, 9 high)

To address all issues possible (including breaking changes), run:
npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run npm audit for details.

[email protected] copy-package-json
cp package.json ../../dist/es-backup-scheduler/package.json

cp: cannot create regular file '../../dist/es-backup-scheduler/package.json': No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant