Tagged: build
- This topic has 6 replies, 5 voices, and was last updated 5 years, 7 months ago by Salvador Cabrera.
-
AuthorPosts
-
thom1ParticipantCan anyone help me diagnose where I should begin looking to resolve this build error? It seems like this is a problem with the Genuitec IDE, but is it merely a configuration setting that I haven’t made correctly?
The “path” argument must be of type string. Received type undefined
at validateString (internal/validators.js:107:11)
at Object.join (path.js:1037:7)
at /Users/thom/Workspaces/MyEclipse CI/DashTest/node_modules/angular-ide/lib/CLUtils.js:282:52
at Array.forEach (<anonymous>)
at /Users/thom/Workspaces/MyEclipse CI/DashTest/node_modules/angular-ide/lib/CLUtils.js:269:29
at Array.forEach (<anonymous>)
at standardTransform (/Users/thom/Workspaces/MyEclipse CI/DashTest/node_modules/angular-ide/lib/CLUtils.js:242:10)
at transformer (/Users/thom/Workspaces/MyEclipse CI/DashTest/node_modules/@ngtools/webpack/src/transformers/make_transform.js:21:25)
at /Users/thom/Workspaces/MyEclipse CI/DashTest/node_modules/typescript/lib/typescript.js:1354:86
at reduceLeft (/Users/thom/Workspaces/MyEclipse CI/DashTest/node_modules/typescript/lib/typescript.js:1066:30)
at /Users/thom/Workspaces/MyEclipse CI/DashTest/node_modules/typescript/lib/typescript.js:1354:42
at transformRoot (/Users/thom/Workspaces/MyEclipse CI/DashTest/node_modules/typescript/lib/typescript.js:79271:82)
at Object.map (/Users/thom/Workspaces/MyEclipse CI/DashTest/node_modules/typescript/lib/typescript.js:429:29)
at Object.transformNodes (/Users/thom/Workspaces/MyEclipse CI/DashTest/node_modules/typescript/lib/typescript.js:79258:30)
at emitJsFileOrBundle (/Users/thom/Workspaces/MyEclipse CI/DashTest/node_modules/typescript/lib/typescript.js:80424:32)
at emitSourceFileOrBundle (/Users/thom/Workspaces/MyEclipse CI/DashTest/node_modules/typescript/lib/typescript.js:80397:13)
support-swapnaModeratorthom1,
Sorry that you are seeing this problem.
Can you please give us some more details?
1. When exactly are you seeing this error? Please elaborate the steps you are following to get this error.
2. Please share us the version numbers of angular-ide, @angular/core and @angular/cli modules from the project’s package.json file.Apologies for inconvenience caused.
–Swapna
Genuitec Support- This reply was modified 5 years, 7 months ago by support-swapna.
support-swapnaModeratorthom1,
You could also try updating the angular-ide module for the project and see how it works.
Please open a Terminal+ session rooted at your project and run this command:
npm update angular-ide
Let us know how this works for you.
–Swapna
Genuitec Support
support-swapnaModeratorthom1,
Just checking in to see if updating the project’s angular-ide module helped.
Please let us know if you are still seeing the problem.–Swapna
Genuitec Support
isergiusParticipantHi!
I have the same issue.
“angular-ide”: “^0.9.65”,
“@angular/cli”: “~8.3.2”,
“@angular/core”: “~8.2.4”,
Brian FernandesModeratorisergius,
This looks like an error with the latest version of Angular/CLI and our tooling. We’re working on releasing an update ASAP, should land early next week and I’ll update this thread when available.
Apologies for the inconvenience caused.
Salvador CabreraMemberHi isergius,
We have just released a new version of the angular-ide npm package.
Please try updating the package, you just need to open up a new Terminal+ tab for the project and run:
npm update angular-ide
Launching the application should now work fine.
Cheers,
Sal -
AuthorPosts