facebook

"path" argument type causes IDE build fails

  1. MyEclipse IDE
  2.  > 
  3. General Development

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #614897 Reply

    thom1
    Participant

    Can 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)

    #614929 Reply

    support-swapna
    Moderator

    thom1,

    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

    #614931 Reply

    support-swapna
    Moderator

    thom1,

    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

    #615066 Reply

    support-swapna
    Moderator

    thom1,

    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

    #622279 Reply

    isergius
    Participant

    Hi!
    I have the same issue.
    “angular-ide”: “^0.9.65”,
    “@angular/cli”: “~8.3.2”,
    “@angular/core”: “~8.2.4”,

    #622307 Reply

    Brian Fernandes
    Moderator

    isergius,

    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.

    #622653 Reply

    Hi 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

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: "path" argument type causes IDE build fails

You must be logged in to post in the forum log in