ionic 2/3 build fail - ionic-framework

I need help, I can not build my app, I get the following error:
[19:09:38] typescript: src/pages/sidemenu/sidemenu.ts, line: 24
[19:09:38] typescript: src/pages/sidemenu/sidemenu.ts, line: 25
[19:09:38] ionic-app-script task: "build"
[19:09:38] Error: Failed to transpile program
Error: Failed to transpile program
at new BuildError (/usr/src/app/node_modules/#ionic/app-scripts/dist/util/errors.js:16:28)
at /usr/src/app/node_modules/#ionic/app-scripts/dist/transpile.js:137:20
at Promise ()
at transpileWorker (/usr/src/app/node_modules/#ionic/app-scripts/dist/transpile.js:103:12)
at Object.transpile (/usr/src/app/node_modules/#ionic/app-scripts/dist/transpile.js:61:12)
at buildProject (/usr/src/app/node_modules/#ionic/app-scripts/dist/build.js:97:78)
at /usr/src/app/node_modules/#ionic/app-scripts/dist/build.js:47:16
at
npm info lifecycle payman#0.0.1~build: Failed to exec build script
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! payman#0.0.1 build: `ionic-app-scripts build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the payman#0.0.1 build script.
This is probably not a problem with npm. There is likely additional logging output above.
can anybody help me please??

Happens most of the time because of the version of #ionic/app-scripts try to remove the package and add it again using npm

Related

Ionic Capcitor build Android unable to resolve dependency tree

I am receiving an error when attempting to run ionic capacitor build android (details below):
PS C:\Users\User\source\repos\imango\src> ionic capacitor build android
npm.cmd i -E #capacitor/android#latest
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: mango#0.0.1
npm ERR! Found: #capacitor/core#3.7.0
npm ERR! node_modules/#capacitor/core
npm ERR! #capacitor/core#"^3.5.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer #capacitor/core#"^4.0.0" from #capacitor/android#4.0.1
npm ERR! node_modules/#capacitor/android
npm ERR! #capacitor/android#"4.0.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\User\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\User\AppData\Local\npm-cache_logs\2022-08-06T22_53_19_523Z-debug-0.log
[ERROR] An error occurred while running subprocess npm.
npm.cmd i -E #capacitor/android#latest exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
Your capacitor cli version is still set at 3.6.0 in your
devDependencies, try changing that to ^4.0.1 and clearing your
node_modules and removing your package-lock.json and run npm install
again.
Check this
Copied from her:
https://github.com/ionic-team/capacitor/issues/5812

Vercel Deployment Error: Command "CI='' npm run build" exited with 1

I am developing a site for my fantasy football site. I am pulling from my GitHub repository. I tried adding an environement setting of CI = false. I might have done this incorrectly. I had an initial error of Command "npm run build" exited with 1.
The logs for the error are listed below:
08:27:11.719 ✓ 3 modules transformed.
08:27:11.720 [vite-plugin-svelte] Unrecognized option 'enableSourcemap'
08:27:11.720 file: /vercel/path0/.svelte-kit/build/generated/root.svelte
08:27:11.720 > Unrecognized option 'enableSourcemap'
08:27:11.723 Error: Unrecognized option 'enableSourcemap'
08:27:11.723 at file:///vercel/path0/node_modules/svelte/compiler.mjs:31194:19
08:27:11.723 at Array.forEach (<anonymous>)
08:27:11.723 at validate_options (file:///vercel/path0/node_modules/svelte/compiler.mjs:31188:26)
08:27:11.723 at compile (file:///vercel/path0/node_modules/svelte/compiler.mjs:31232:5)
08:27:11.723 at compileSvelte2 (file:///vercel/path0/node_modules/#sveltejs/vite-plugin-svelte/dist/index.js:313:20)
08:27:11.724 at async Object.transform (file:///vercel/path0/node_modules/#sveltejs/vite-plugin-svelte/dist/index.js:1460:27)
08:27:11.759 npm ERR! code ELIFECYCLE
08:27:11.759 npm ERR! errno 1
08:27:11.765 npm ERR! league-page#1.2.6 build: `svelte-kit build`
08:27:11.765 npm ERR! Exit status 1
08:27:11.765 npm ERR!
08:27:11.765 npm ERR! Failed at the league-page#1.2.6 build script.
08:27:11.765 npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
08:27:11.776
08:27:11.776 npm ERR! A complete log of this run can be found in:
08:27:11.777 npm ERR! /vercel/.npm/_logs/2021-11-11T14_27_11_766Z-debug.log
08:27:11.792 Error: Command "CI='' npm run build" exited with 1
Update:
I figured out where the Error: Command "CI='' npm run build" exited with 1 was coming from and fixed that. The initial error as I listed came back up
08:32:34.030 [vite-plugin-svelte] Unrecognized option 'enableSourcemap'
08:32:34.030 file: /vercel/path0/.svelte-kit/build/generated/root.svelte
08:32:34.031 > Unrecognized option 'enableSourcemap'
08:32:34.033 Error: Unrecognized option 'enableSourcemap'
08:32:34.033 at file:///vercel/path0/node_modules/svelte/compiler.mjs:31194:19
08:32:34.033 at Array.forEach (<anonymous>)
08:32:34.033 at validate_options (file:///vercel/path0/node_modules/svelte/compiler.mjs:31188:26)
08:32:34.033 at compile (file:///vercel/path0/node_modules/svelte/compiler.mjs:31232:5)
08:32:34.034 at compileSvelte2 (file:///vercel/path0/node_modules/#sveltejs/vite-plugin-svelte/dist/index.js:313:20)
08:32:34.034 at async Object.transform (file:///vercel/path0/node_modules/#sveltejs/vite-plugin-svelte/dist/index.js:1460:27)
08:32:34.068 npm ERR! code ELIFECYCLE
08:32:34.068 npm ERR! errno 1
08:32:34.072 npm ERR! league-page#1.2.6 build: `svelte-kit build`
08:32:34.072 npm ERR! Exit status 1
08:32:34.072 npm ERR!
08:32:34.072 npm ERR! Failed at the league-page#1.2.6 build script.
08:32:34.072 npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
08:32:34.085
08:32:34.086 npm ERR! A complete log of this run can be found in:
08:32:34.086 npm ERR! /vercel/.npm/_logs/2021-11-11T14_32_34_073Z-debug.log
08:32:34.101 Error: Command "npm run build" exited with 1
Not sure what version of Svelte you're using, but try installing v3.44.0:
npm install svelte#3.44.0
See here for a very similar issue:
The latest version of SvelteKit now has a peerdependency on Svelte 3.44.0, which introduced the enableSourcemap option.
https://github.com/sveltejs/kit/issues/2635#issuecomment-945996984

vscode.d.ts could not be installed

when I tried to run vscode-install, it would fail to sync vscode.d.ts. The problem seems random, most of our machines could not success, but two of our machines could success.
The error information is as follows:
Detected VS Code engine version: ^1.23.0
Error installing vscode.d.ts: Error: read ECONNRESET
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! lispvsext#0.0.1 postinstall: `vscode-install && node ./node_modules/vscode/bin/install`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the lispvsext#0.0.1 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\*\AppData\Roaming\npm-cache\_logs\2019-02-15T09_28_45_624Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! lispvsext#1.0.8 postinstall: `cd extension && npm install && cd ..`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the lispvsext#1.0.8 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\*\AppData\Roaming\npm-cache\_logs\2019-02-15T09_28_45_805Z-debug.log
I had a similar problem, where the VSCode engine in package.json was very old (1.32.0) compared to the current VSCode version (1.64.2). I just updated the engine to the same as my VSCode version in package.json:
"engines": {
"vscode": "^1.64.2"
},
and the tests runner proceeds instead of erroring as before.
Unfortunately, I then got another error:
Error: Running extension tests from the command line is currently only supported if no other instance of Code is running.
which is a different problem and a limitation of VSCode at the moment (1.64.2), though there is a workaround for that.

Error: package reason-react not found or built

After running:
bsb -init my-react-login-app -theme react
Then, I ran the following to, as I understand, build the project:
$npm run build
But, I got the following error output:
> my-react-login-app#0.1.0 build /Users/kevinmeredith/Workspace/my-react-login-app
> bsb -make-world
Package not found: resolving package reason-react in /
File "bsconfig.json", line 1
Error: package reason-react not found or built , if it is not built
Please run 'bsb -make-world', otherwise please install it
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! my-react-login-app#0.1.0 build: `bsb -make-world`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the my-react-login-app#0.1.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/kevinmeredith/.npm/_logs/2018-06-24T01_36_13_899Z-debug.log
How can I resolve this issue?
See the readme; that template needs you to install reason-react through npm install or yarn add. After that it should work. We don't check in the entire reason-react dependency chain in the template.

build prod failed: spawn EACCES with ionic2

I build an hybrid app using Ionic 2.
I got a windows pc and using mac virtual box for Xcode.
I can run the app on browser and android just fine in my windows.
problem is when I'm moving to mac I'm doing the same things on node JS and I get errors.
I used those lines in the terminal
ionic start/run/emulate/build Vme2
sudo ionic start/run/emulate/build Vme2
none works
this is the error I get
> ionic-hello-world# build /Users/amitaimazliah/Desktop/Vme2
> ionic-app-scripts build
[08:38:07] ionic-app-scripts 0.0.38
[08:38:07] build prod started ...
[08:38:07] clean started ...
[08:38:07] clean finished in 3 ms
[08:38:07] copy started ...
[08:38:07] ngc started ...
[08:38:07] copy finished in 262 ms
[08:38:07] build prod failed: spawn EACCES
[08:38:07] ionic-app-script task: "build"
[08:38:07] Error: spawn EACCES
npm ERR! Darwin 14.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"
npm ERR! node v6.9.1
npm ERR! npm v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! ionic-hello-world# build: `ionic-app-scripts build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ionic-hello-world# build script 'ionic-app-scripts build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the ionic-hello-world package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ionic-app-scripts build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs ionic-hello-world
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls ionic-hello-world
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/amitaimazliah/Desktop/Vme2/npm-debug.log
Caught exception:
undefined
Mind letting us know? https://github.com/driftyco/ionic-cli/issues
[08:38:07] lint started ...
[08:38:08] tslint: src/pages/home/home.ts, line: 57
Unused method: 'setNewPhotos'
L57: private setNewPhotos()
[08:38:08] lint finished in 1.27 s
(node:2376) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: channel closed
any ideas what am I doing wrong?
thanks
You have problem when build app.Can you try use this command '
ionic hooks add
Cheer !