Я пытаюсь запустить проект ionic v2.0.0 на ionic5, и когда я пытался обслужить приложение, оно работает нормально с ионной подачей.
Однако, когда я пытаюсь обслуживать с grunt serve
, этопоказывая, что:
The system cannot find the path specified.
Полный журнал показан ниже:
-Mobile-App>grunt serve
Running "serve" task
Running "wiredep:app" (wiredep) task
Running "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:development" (ngconstant) task
Creating module config at app/scripts/configuration.js...OK
Running "wiredep:app" (wiredep) task
Running "concurrent:server" (concurrent) task
Running "copy:fonts" (copy) task
Copied 4 files
Done.
Execution Time (2019-11-08 08:47:18 UTC)
loading tasks 4ms █████████ 17%
copy:fonts 18ms █████████████████████████████████████ 78%
Total 23ms
Running "copy:styles" (copy) task
Copied 2 files
Done.
Execution Time (2019-11-08 08:47:18 UTC)
loading tasks 4ms ██████████ 20%
copy:styles 16ms ██████████████████████████████████████ 80%
Total 20ms
Running "copy:vendor" (copy) task
Done.
Execution Time (2019-11-08 08:47:18 UTC)
loading tasks 4ms ██████████████████ 36%
copy:vendor 7ms ██████████████████████████████ 64%
Total 11ms
Running "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 files
Running "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 files
Running "newer-postrun:copy:tmp:2:D:\test-3\Mobile-App\node_modules\grunt-newer\.cache" (newer-postrun) task
Running "concurrent:ionic" (concurrent) task
Running "ionic:serve" (ionic) task
Running "watch" task
Waiting...
The system cannot find the path specified.
Warning: Task "ionic:serve" failed. Use --force to continue.
Aborted due to warnings.