We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
npm fund
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.
npm audit
[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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The syntax of the command is incorrect.
up to date, audited 406 packages in 14s
25 packages are looking for funding
run
npm fund
for details14 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.cp: cannot create regular file '../../dist/es-backup-scheduler/package.json': No such file or directory
The text was updated successfully, but these errors were encountered: