Когда я запускаю команду ionic cordova run android --device
на npm. Я получаю следующую ошибку. Но дело в том, что ionic serve
работает совершенно нормально, без каких-либо ошибок или предупреждений. Кроме того, я не думаю, что есть какие-либо проблемы со страницей «TransferCredit», так как я получал ту же ошибку, прежде чем я создал эту страницу. Ошибка просто отображает последнюю страницу в своей ошибке. Я не знаю, что здесь происходит не так. Спасибо.
[20:56:25] ionic-app-script task: "build"
[20:56:25] Error: ./src/pages/transfercredit/transfercredit.ts Module build failed: Error: ENOENT: no such file or
directory, open 'C:\Users\Ahsan
Ahmed\Documents\GitHub\PUHU\PUHU-v1\src\pages\transfercredit\transfercredit.js' @
./src/pages/transfercredit/transfercredit.module.ts 9:0-54 @ ./src lazy @
./node_modules/ionic-angular/util/ng-module-loader.js @ ./node_modules/ionic-angular/util/module-loader.js @
./node_modules/ionic-angular/components/popover/popover-component.js @ ./node_modules/ionic-angular/index.js
@ ./src/app/app.module.ts @ ./src/app/main.ts
Error: ./src/pages/transfercredit/transfercredit.ts
Module build failed: Error: ENOENT: no such file or directory, open 'C:\Users\Ahsan Ahmed\Documents\GitHub\PUHU\PUHU-v1\src\pages\transfercredit\transfercredit.js'
@ ./src/pages/transfercredit/transfercredit.module.ts 9:0-54
@ ./src lazy
@ ./node_modules/ionic-angular/util/ng-module-loader.js
@ ./node_modules/ionic-angular/util/module-loader.js
@ ./node_modules/ionic-angular/components/popover/popover-component.js
@ ./node_modules/ionic-angular/index.js
@ ./src/app/app.module.ts
@ ./src/app/main.ts
at new BuildError (C:\Users\Ahsan Ahmed\Documents\GitHub\PUHU\PUHU-v1\node_modules\@ionic\app-scripts\dist\util\errors.js:16:28)
at callback (C:\Users\Ahsan Ahmed\Documents\GitHub\PUHU\PUHU-v1\node_modules\@ionic\app-scripts\dist\webpack.js:121:28)
at emitRecords.err (C:\Users\Ahsan Ahmed\Documents\GitHub\PUHU\PUHU-v1\node_modules\webpack\lib\Compiler.js:269:13)
at Compiler.emitRecords (C:\Users\Ahsan Ahmed\Documents\GitHub\PUHU\PUHU-v1\node_modules\webpack\lib\Compiler.js:375:38)
at emitAssets.err (C:\Users\Ahsan Ahmed\Documents\GitHub\PUHU\PUHU-v1\node_modules\webpack\lib\Compiler.js:262:10)
at applyPluginsAsyncSeries1.err (C:\Users\Ahsan Ahmed\Documents\GitHub\PUHU\PUHU-v1\node_modules\webpack\lib\Compiler.js:368:12)
at next (C:\Users\Ahsan Ahmed\Documents\GitHub\PUHU\PUHU-v1\node_modules\tapable\lib\Tapable.js:218:11)
at Compiler.compiler.plugin (C:\Users\Ahsan Ahmed\Documents\GitHub\PUHU\PUHU-
v1\node_modules\webpack\lib\performance\SizeLimitsPlugin.js:99:4)
at Compiler.applyPluginsAsyncSeries1 (C:\Users\Ahsan Ahmed\Documents\GitHub\PUHU\PUHU-v1\node_modules\tapable\lib\Tapable.js:222:13)
at Compiler.afterEmit (C:\Users\Ahsan Ahmed\Documents\GitHub\PUHU\PUHU-v1\node_modules\webpack\lib\Compiler.js:365:9)
[ERROR] Command not found: ionic-app-scripts