@nagaraj12 wrote:
when I tried to perform build or serve using grunt it keeps on showing system cannot find the path specified but when i tried to serve using ionic serve it working fine
D:\test-3\Mobile-App>grunt build-test:android
Running “build-test:android” (build-test) taskRunning “clean:dist” (clean) task
8 paths cleaned.
Running “clean:server” (clean) task
0 paths cleaned.
Running “includeSource:dist” (includeSource) task
File “app/index.html” created.Running “ngconstant:testenv” (ngconstant) task
Creating module config at app/scripts/configuration.js…OKRunning “wiredep:app” (wiredep) task
Running “concurrent:server” (concurrent) task
Running “copy:vendor” (copy) task
Done.
Execution Time (2019-11-14 11:47:16 UTC)
loading tasks 5ms ███████████████████ 38%
copy:vendor 7ms ██████████████████████████ 54%
Total 13msRunning “copy:styles” (copy) task
Copied 2 filesDone.
Execution Time (2019-11-14 11:47:16 UTC)
loading tasks 3ms ████████ 16%
copy:styles 16ms ████████████████████████████████████████ 84%
Total 19msRunning “copy:fonts” (copy) task
Copied 4 filesDone.
Execution Time (2019-11-14 11:47:16 UTC)
loading tasks 3ms ███ 6%
copy:fonts 51ms █████████████████████████████████████████████ 94%
Total 54msRunning “autoprefixer:dist” (autoprefixer) task
Autoprefixer’s process() method is deprecated and will removed in next major release. Use postcss([autoprefixer]).process() instead
File .temp/styles/main.css created.
Autoprefixer’s process() method is deprecated and will removed in next major release. Use postcss([autoprefixer]).process() instead
File .temp/styles/style.css created.Running “newer:copy:app” (newer) task
Running “copy:app” (copy) task
Created 208 directories, copied 1116 filesRunning “newer-postrun:copy:app:1:D:\test-3\Mobile-App\node_modules\grunt-newer.cache” (newer-postrun) task
Running “newer:copy:tmp” (newer) task
Running “copy:tmp” (copy) task
Copied 2 filesRunning “newer-postrun:copy:tmp:2:D:\test-3\Mobile-App\node_modules\grunt-newer.cache” (newer-postrun) task
Running “ionic:build:android” (ionic) task
The system cannot find the path specified.
Warning: Task “ionic:build:android” failed. Use --force to continue.Aborted due to warnings.
Execution Time (2019-11-14 11:47:13 UTC)
clean:dist 366ms ████ 3%
wiredep:app 972ms ██████████ 7%
concurrent:server 1.7s ██████████████████ 13%
newer:copy:app 339ms ████ 3%
copy:app 9.4s ███████████████████████████████████████████████████████████████████████████████████████████████ 72%
Total 13s
Posts: 1
Participants: 1