Error - node_modules@typesjasmineindex.d.ts(138,230) TS1005: ')' expected












3















Below is the versions i am using
"@types/jasmine": "^2.8.9"
"typescript": "~2.6.2"



 "devDependencies": {
"@ionic/app-scripts": "3.2.0",
"@types/jasmine": "^2.8.9",
"@types/node": "^10.12.5",
"angular2-template-loader": "^0.6.2",
"html-loader": "^0.5.5",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^3.3.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^3.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"null-loader": "^0.1.1",
"protractor": "^5.4.1",
"ts-loader": "^3.5.0",
"ts-node": "^7.0.1",
"typescript": "~2.6.2"
},


But still i am getting the below error



Error: node_modules/@types/jasmine/index.d.ts(138,47): error TS1005: ';' expected.
node_modules/@types/jasmine/index.d.ts(138,90): error TS1005: '(' expected.
node_modules/@types/jasmine/index.d.ts(138,104): error TS1005: ']' expected.
node_modules/@types/jasmine/index.d.ts(138,112): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,113): error TS1136: Property assignment expected.
node_modules/@types/jasmine/index.d.ts(138,121): error TS1005: ')' expected.
node_modules/@types/jasmine/index.d.ts(138,147): error TS1005: '(' expected.
node_modules/@types/jasmine/index.d.ts(138,162): error TS1005: ']' expected.
node_modules/@types/jasmine/index.d.ts(138,163): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,164): error TS1136: Property assignment expected.
node_modules/@types/jasmine/index.d.ts(138,165): error TS1136: Property assignment expected.
node_modules/@types/jasmine/index.d.ts(138,179): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,183): error TS1005: ':' expected.
node_modules/@types/jasmine/index.d.ts(138,208): error TS1005: '{' expected.
node_modules/@types/jasmine/index.d.ts(138,217): error TS1005: ':' expected.
node_modules/@types/jasmine/index.d.ts(138,222): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,227): error TS1005: ':' expected.
node_modules/@types/jasmine/index.d.ts(138,228): error TS1109: Expression expected.
node_modules/@types/jasmine/index.d.ts(138,230): error TS1005: ')' expected.


I am not getting how to resolve this.
Can anyone please help me.










share|improve this question























  • Is this issue the same with your problem?

    – vahdet
    Nov 14 '18 at 7:25






  • 1





    Yes , correct, i have gone through this page and using the required jasmin and typescript version.Still i am having same error. @vahdet

    – ananya
    Nov 14 '18 at 7:29











  • If you are using TypeScript 2.8 or newer and are still getting the error, then you probably aren't using the TypeScript version that you think you are. How are you running the compiler? Just tsc at the command line? Try tsc --version.

    – Matt McCutchen
    Nov 14 '18 at 15:02











  • After running tsc --version its showing Version 3.0.3 @MattMcCutchen

    – ananya
    Nov 15 '18 at 5:06


















3















Below is the versions i am using
"@types/jasmine": "^2.8.9"
"typescript": "~2.6.2"



 "devDependencies": {
"@ionic/app-scripts": "3.2.0",
"@types/jasmine": "^2.8.9",
"@types/node": "^10.12.5",
"angular2-template-loader": "^0.6.2",
"html-loader": "^0.5.5",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^3.3.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^3.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"null-loader": "^0.1.1",
"protractor": "^5.4.1",
"ts-loader": "^3.5.0",
"ts-node": "^7.0.1",
"typescript": "~2.6.2"
},


But still i am getting the below error



Error: node_modules/@types/jasmine/index.d.ts(138,47): error TS1005: ';' expected.
node_modules/@types/jasmine/index.d.ts(138,90): error TS1005: '(' expected.
node_modules/@types/jasmine/index.d.ts(138,104): error TS1005: ']' expected.
node_modules/@types/jasmine/index.d.ts(138,112): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,113): error TS1136: Property assignment expected.
node_modules/@types/jasmine/index.d.ts(138,121): error TS1005: ')' expected.
node_modules/@types/jasmine/index.d.ts(138,147): error TS1005: '(' expected.
node_modules/@types/jasmine/index.d.ts(138,162): error TS1005: ']' expected.
node_modules/@types/jasmine/index.d.ts(138,163): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,164): error TS1136: Property assignment expected.
node_modules/@types/jasmine/index.d.ts(138,165): error TS1136: Property assignment expected.
node_modules/@types/jasmine/index.d.ts(138,179): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,183): error TS1005: ':' expected.
node_modules/@types/jasmine/index.d.ts(138,208): error TS1005: '{' expected.
node_modules/@types/jasmine/index.d.ts(138,217): error TS1005: ':' expected.
node_modules/@types/jasmine/index.d.ts(138,222): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,227): error TS1005: ':' expected.
node_modules/@types/jasmine/index.d.ts(138,228): error TS1109: Expression expected.
node_modules/@types/jasmine/index.d.ts(138,230): error TS1005: ')' expected.


I am not getting how to resolve this.
Can anyone please help me.










share|improve this question























  • Is this issue the same with your problem?

    – vahdet
    Nov 14 '18 at 7:25






  • 1





    Yes , correct, i have gone through this page and using the required jasmin and typescript version.Still i am having same error. @vahdet

    – ananya
    Nov 14 '18 at 7:29











  • If you are using TypeScript 2.8 or newer and are still getting the error, then you probably aren't using the TypeScript version that you think you are. How are you running the compiler? Just tsc at the command line? Try tsc --version.

    – Matt McCutchen
    Nov 14 '18 at 15:02











  • After running tsc --version its showing Version 3.0.3 @MattMcCutchen

    – ananya
    Nov 15 '18 at 5:06
















3












3








3








Below is the versions i am using
"@types/jasmine": "^2.8.9"
"typescript": "~2.6.2"



 "devDependencies": {
"@ionic/app-scripts": "3.2.0",
"@types/jasmine": "^2.8.9",
"@types/node": "^10.12.5",
"angular2-template-loader": "^0.6.2",
"html-loader": "^0.5.5",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^3.3.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^3.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"null-loader": "^0.1.1",
"protractor": "^5.4.1",
"ts-loader": "^3.5.0",
"ts-node": "^7.0.1",
"typescript": "~2.6.2"
},


But still i am getting the below error



Error: node_modules/@types/jasmine/index.d.ts(138,47): error TS1005: ';' expected.
node_modules/@types/jasmine/index.d.ts(138,90): error TS1005: '(' expected.
node_modules/@types/jasmine/index.d.ts(138,104): error TS1005: ']' expected.
node_modules/@types/jasmine/index.d.ts(138,112): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,113): error TS1136: Property assignment expected.
node_modules/@types/jasmine/index.d.ts(138,121): error TS1005: ')' expected.
node_modules/@types/jasmine/index.d.ts(138,147): error TS1005: '(' expected.
node_modules/@types/jasmine/index.d.ts(138,162): error TS1005: ']' expected.
node_modules/@types/jasmine/index.d.ts(138,163): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,164): error TS1136: Property assignment expected.
node_modules/@types/jasmine/index.d.ts(138,165): error TS1136: Property assignment expected.
node_modules/@types/jasmine/index.d.ts(138,179): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,183): error TS1005: ':' expected.
node_modules/@types/jasmine/index.d.ts(138,208): error TS1005: '{' expected.
node_modules/@types/jasmine/index.d.ts(138,217): error TS1005: ':' expected.
node_modules/@types/jasmine/index.d.ts(138,222): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,227): error TS1005: ':' expected.
node_modules/@types/jasmine/index.d.ts(138,228): error TS1109: Expression expected.
node_modules/@types/jasmine/index.d.ts(138,230): error TS1005: ')' expected.


I am not getting how to resolve this.
Can anyone please help me.










share|improve this question














Below is the versions i am using
"@types/jasmine": "^2.8.9"
"typescript": "~2.6.2"



 "devDependencies": {
"@ionic/app-scripts": "3.2.0",
"@types/jasmine": "^2.8.9",
"@types/node": "^10.12.5",
"angular2-template-loader": "^0.6.2",
"html-loader": "^0.5.5",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^3.3.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^3.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"null-loader": "^0.1.1",
"protractor": "^5.4.1",
"ts-loader": "^3.5.0",
"ts-node": "^7.0.1",
"typescript": "~2.6.2"
},


But still i am getting the below error



Error: node_modules/@types/jasmine/index.d.ts(138,47): error TS1005: ';' expected.
node_modules/@types/jasmine/index.d.ts(138,90): error TS1005: '(' expected.
node_modules/@types/jasmine/index.d.ts(138,104): error TS1005: ']' expected.
node_modules/@types/jasmine/index.d.ts(138,112): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,113): error TS1136: Property assignment expected.
node_modules/@types/jasmine/index.d.ts(138,121): error TS1005: ')' expected.
node_modules/@types/jasmine/index.d.ts(138,147): error TS1005: '(' expected.
node_modules/@types/jasmine/index.d.ts(138,162): error TS1005: ']' expected.
node_modules/@types/jasmine/index.d.ts(138,163): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,164): error TS1136: Property assignment expected.
node_modules/@types/jasmine/index.d.ts(138,165): error TS1136: Property assignment expected.
node_modules/@types/jasmine/index.d.ts(138,179): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,183): error TS1005: ':' expected.
node_modules/@types/jasmine/index.d.ts(138,208): error TS1005: '{' expected.
node_modules/@types/jasmine/index.d.ts(138,217): error TS1005: ':' expected.
node_modules/@types/jasmine/index.d.ts(138,222): error TS1005: ',' expected.
node_modules/@types/jasmine/index.d.ts(138,227): error TS1005: ':' expected.
node_modules/@types/jasmine/index.d.ts(138,228): error TS1109: Expression expected.
node_modules/@types/jasmine/index.d.ts(138,230): error TS1005: ')' expected.


I am not getting how to resolve this.
Can anyone please help me.







typescript jasmine karma-jasmine






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 14 '18 at 7:21









ananyaananya

188419




188419













  • Is this issue the same with your problem?

    – vahdet
    Nov 14 '18 at 7:25






  • 1





    Yes , correct, i have gone through this page and using the required jasmin and typescript version.Still i am having same error. @vahdet

    – ananya
    Nov 14 '18 at 7:29











  • If you are using TypeScript 2.8 or newer and are still getting the error, then you probably aren't using the TypeScript version that you think you are. How are you running the compiler? Just tsc at the command line? Try tsc --version.

    – Matt McCutchen
    Nov 14 '18 at 15:02











  • After running tsc --version its showing Version 3.0.3 @MattMcCutchen

    – ananya
    Nov 15 '18 at 5:06





















  • Is this issue the same with your problem?

    – vahdet
    Nov 14 '18 at 7:25






  • 1





    Yes , correct, i have gone through this page and using the required jasmin and typescript version.Still i am having same error. @vahdet

    – ananya
    Nov 14 '18 at 7:29











  • If you are using TypeScript 2.8 or newer and are still getting the error, then you probably aren't using the TypeScript version that you think you are. How are you running the compiler? Just tsc at the command line? Try tsc --version.

    – Matt McCutchen
    Nov 14 '18 at 15:02











  • After running tsc --version its showing Version 3.0.3 @MattMcCutchen

    – ananya
    Nov 15 '18 at 5:06



















Is this issue the same with your problem?

– vahdet
Nov 14 '18 at 7:25





Is this issue the same with your problem?

– vahdet
Nov 14 '18 at 7:25




1




1





Yes , correct, i have gone through this page and using the required jasmin and typescript version.Still i am having same error. @vahdet

– ananya
Nov 14 '18 at 7:29





Yes , correct, i have gone through this page and using the required jasmin and typescript version.Still i am having same error. @vahdet

– ananya
Nov 14 '18 at 7:29













If you are using TypeScript 2.8 or newer and are still getting the error, then you probably aren't using the TypeScript version that you think you are. How are you running the compiler? Just tsc at the command line? Try tsc --version.

– Matt McCutchen
Nov 14 '18 at 15:02





If you are using TypeScript 2.8 or newer and are still getting the error, then you probably aren't using the TypeScript version that you think you are. How are you running the compiler? Just tsc at the command line? Try tsc --version.

– Matt McCutchen
Nov 14 '18 at 15:02













After running tsc --version its showing Version 3.0.3 @MattMcCutchen

– ananya
Nov 15 '18 at 5:06







After running tsc --version its showing Version 3.0.3 @MattMcCutchen

– ananya
Nov 15 '18 at 5:06














4 Answers
4






active

oldest

votes


















4














If you are still having the issue, in package.json add



"typescript": "^2.9.2"



Run npm install.



It should work.






share|improve this answer
























  • "typescript": "~2.6.2" replace 2.6.2 with ^2.9.2

    – Mehak Fatima
    Nov 26 '18 at 9:27



















2














I have fixed it changing my package versions:



"@types/jasmine": "2.8.6",
"@types/jasminewd2": "2.0.3",


Founded in this post:
Angular 4+ : Sudden @types/jasmine error at runtime (npm start)






share|improve this answer
























  • i was seeing errors following updates I had to simply remove the caret caracter (^) from beside my @types/jasmine version. docs on what updates are allowed by caret: docs.npmjs.com/misc/semver#caret-ranges-123-025-004

    – ryanrain
    Jan 15 at 17:53



















0














Try this: install ncu



npm install -g npm-check-updates


Update tsc easily:



ncu -u
npm install


That's it all, enjoy!.






share|improve this answer































    0















    1. Step 1. You need to remove "~" before 2.8.6 or 2.8.9 in package.json

    2. Step 2. Remove the package-lock.json file and node_modules folder

    3. Step 3. Run "npm cache clean --force" and "npm install"






    share|improve this answer























      Your Answer






      StackExchange.ifUsing("editor", function () {
      StackExchange.using("externalEditor", function () {
      StackExchange.using("snippets", function () {
      StackExchange.snippets.init();
      });
      });
      }, "code-snippets");

      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "1"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53294979%2ferror-node-modules-types-jasmine-index-d-ts138-230-ts1005-expected%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      4 Answers
      4






      active

      oldest

      votes








      4 Answers
      4






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      4














      If you are still having the issue, in package.json add



      "typescript": "^2.9.2"



      Run npm install.



      It should work.






      share|improve this answer
























      • "typescript": "~2.6.2" replace 2.6.2 with ^2.9.2

        – Mehak Fatima
        Nov 26 '18 at 9:27
















      4














      If you are still having the issue, in package.json add



      "typescript": "^2.9.2"



      Run npm install.



      It should work.






      share|improve this answer
























      • "typescript": "~2.6.2" replace 2.6.2 with ^2.9.2

        – Mehak Fatima
        Nov 26 '18 at 9:27














      4












      4








      4







      If you are still having the issue, in package.json add



      "typescript": "^2.9.2"



      Run npm install.



      It should work.






      share|improve this answer













      If you are still having the issue, in package.json add



      "typescript": "^2.9.2"



      Run npm install.



      It should work.







      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered Nov 26 '18 at 9:26









      Mehak FatimaMehak Fatima

      482




      482













      • "typescript": "~2.6.2" replace 2.6.2 with ^2.9.2

        – Mehak Fatima
        Nov 26 '18 at 9:27



















      • "typescript": "~2.6.2" replace 2.6.2 with ^2.9.2

        – Mehak Fatima
        Nov 26 '18 at 9:27

















      "typescript": "~2.6.2" replace 2.6.2 with ^2.9.2

      – Mehak Fatima
      Nov 26 '18 at 9:27





      "typescript": "~2.6.2" replace 2.6.2 with ^2.9.2

      – Mehak Fatima
      Nov 26 '18 at 9:27













      2














      I have fixed it changing my package versions:



      "@types/jasmine": "2.8.6",
      "@types/jasminewd2": "2.0.3",


      Founded in this post:
      Angular 4+ : Sudden @types/jasmine error at runtime (npm start)






      share|improve this answer
























      • i was seeing errors following updates I had to simply remove the caret caracter (^) from beside my @types/jasmine version. docs on what updates are allowed by caret: docs.npmjs.com/misc/semver#caret-ranges-123-025-004

        – ryanrain
        Jan 15 at 17:53
















      2














      I have fixed it changing my package versions:



      "@types/jasmine": "2.8.6",
      "@types/jasminewd2": "2.0.3",


      Founded in this post:
      Angular 4+ : Sudden @types/jasmine error at runtime (npm start)






      share|improve this answer
























      • i was seeing errors following updates I had to simply remove the caret caracter (^) from beside my @types/jasmine version. docs on what updates are allowed by caret: docs.npmjs.com/misc/semver#caret-ranges-123-025-004

        – ryanrain
        Jan 15 at 17:53














      2












      2








      2







      I have fixed it changing my package versions:



      "@types/jasmine": "2.8.6",
      "@types/jasminewd2": "2.0.3",


      Founded in this post:
      Angular 4+ : Sudden @types/jasmine error at runtime (npm start)






      share|improve this answer













      I have fixed it changing my package versions:



      "@types/jasmine": "2.8.6",
      "@types/jasminewd2": "2.0.3",


      Founded in this post:
      Angular 4+ : Sudden @types/jasmine error at runtime (npm start)







      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered Dec 12 '18 at 10:39









      monikajamonikaja

      10316




      10316













      • i was seeing errors following updates I had to simply remove the caret caracter (^) from beside my @types/jasmine version. docs on what updates are allowed by caret: docs.npmjs.com/misc/semver#caret-ranges-123-025-004

        – ryanrain
        Jan 15 at 17:53



















      • i was seeing errors following updates I had to simply remove the caret caracter (^) from beside my @types/jasmine version. docs on what updates are allowed by caret: docs.npmjs.com/misc/semver#caret-ranges-123-025-004

        – ryanrain
        Jan 15 at 17:53

















      i was seeing errors following updates I had to simply remove the caret caracter (^) from beside my @types/jasmine version. docs on what updates are allowed by caret: docs.npmjs.com/misc/semver#caret-ranges-123-025-004

      – ryanrain
      Jan 15 at 17:53





      i was seeing errors following updates I had to simply remove the caret caracter (^) from beside my @types/jasmine version. docs on what updates are allowed by caret: docs.npmjs.com/misc/semver#caret-ranges-123-025-004

      – ryanrain
      Jan 15 at 17:53











      0














      Try this: install ncu



      npm install -g npm-check-updates


      Update tsc easily:



      ncu -u
      npm install


      That's it all, enjoy!.






      share|improve this answer




























        0














        Try this: install ncu



        npm install -g npm-check-updates


        Update tsc easily:



        ncu -u
        npm install


        That's it all, enjoy!.






        share|improve this answer


























          0












          0








          0







          Try this: install ncu



          npm install -g npm-check-updates


          Update tsc easily:



          ncu -u
          npm install


          That's it all, enjoy!.






          share|improve this answer













          Try this: install ncu



          npm install -g npm-check-updates


          Update tsc easily:



          ncu -u
          npm install


          That's it all, enjoy!.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 19 '18 at 1:27









          Remy TiconaRemy Ticona

          16215




          16215























              0















              1. Step 1. You need to remove "~" before 2.8.6 or 2.8.9 in package.json

              2. Step 2. Remove the package-lock.json file and node_modules folder

              3. Step 3. Run "npm cache clean --force" and "npm install"






              share|improve this answer




























                0















                1. Step 1. You need to remove "~" before 2.8.6 or 2.8.9 in package.json

                2. Step 2. Remove the package-lock.json file and node_modules folder

                3. Step 3. Run "npm cache clean --force" and "npm install"






                share|improve this answer


























                  0












                  0








                  0








                  1. Step 1. You need to remove "~" before 2.8.6 or 2.8.9 in package.json

                  2. Step 2. Remove the package-lock.json file and node_modules folder

                  3. Step 3. Run "npm cache clean --force" and "npm install"






                  share|improve this answer














                  1. Step 1. You need to remove "~" before 2.8.6 or 2.8.9 in package.json

                  2. Step 2. Remove the package-lock.json file and node_modules folder

                  3. Step 3. Run "npm cache clean --force" and "npm install"







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Nov 26 '18 at 11:19









                  VikasVikas

                  13




                  13






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Stack Overflow!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53294979%2ferror-node-modules-types-jasmine-index-d-ts138-230-ts1005-expected%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Xamarin.iOS Cant Deploy on Iphone

                      Glorious Revolution

                      Dulmage-Mendelsohn matrix decomposition in Python