Open hernanartesi opened 2 years ago
trigger:
pool: vmImage: ubuntu-latest
steps:
checkout: self submodules: true
task: AzureStaticWebApp@0 inputs: app_build_command: node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng build -c develop --build-optimizer app_location: '/' api_location: 'api' output_location: 'dist/crm' env: azure_static_web_apps_api_token: $(deployment_token) NPM_CONFIG_FORCE: true NPM_CONFIG_LEGACY_PEER_DEPS: true
Hi,
I am trying to deploy my Angular static web app the same way I have been doing for months now, but since a couple days ago I am getting the following error
added 1248 packages from 1328 contributors and audited 1269 packages in 56.382s 152 packages are looking for funding run
npm fundfor details found 4 vulnerabilities (2 moderate, 2 high) run
npm audit fixto fix them, or
npm auditfor details Usage: npm <command> where <command> is one of: access, adduser, audit, bin, bugs, c, cache, ci, cit, clean-install, clean-install-test, completion, config, create, ddp, dedupe, deprecate, dist-tag, docs, doctor, edit, explore, fund, get, help, help-search, hook, i, init, install, install-ci-test, install-test, it, link, list, ln, login, logout, ls, org, outdated, owner, pack, ping, prefix, profile, prune, publish, rb, rebuild, repo, restart, root, run, run-script, s, se, search, set, shrinkwrap, star, stars, start, stop, t, team, test, token, tst, un, uninstall, unpublish, unstar, up, update, v, version, view, whoami npm <command> -h quick help on <command> npm -l display full usage info npm help <term> search for help on <term> npm help npm involved overview Specify configs in the ini-formatted file: /root/.npmrc or on the command line via: npm <command> --key value Config info can be viewed via: npm help config npm@6.14.16 /opt/nodejs/14.19.1/lib/node_modules/npm ---End of Oryx build logs--- Oryx has failed to build the solution.
I haven't changed anything related to my pipeline. Also, I have tried to redeploy a Pipeline from last week that worked at that time and got the same error.
Thanks