I am getting the below error
[ERROR] ENOENT: no such file or directory, open '/vercel/path0/src/js/external-script.js' [plugin angular-script-global]
angular.json
"scripts": [
"./node_modules/bootstrap/dist/js/bootstrap.bundle.min.js",
"./src/js/external-script.js"
]
local build works.
New contributor
rakeshk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.