Error when running sfdx update to 7.1.3 then sfdx push errors The Next CEO of Stack Overflow2019 Community Moderator ElectionERROR running force:source:push: No org configuration found for nameSFDX force:data:tree:export Invalid SOQL Query When Using File Path to Supply QuerySalesforce DX Trailhead ErrorInvalid filter: <> Name: RecordTypeId, Error: Invalid record type name or ID: SFDX push“Cannot set property color of #<CLI> which has only a getter” when running sfdx commandsSFDX - Having to push multiple times for changes to occur in orgHow to delete a class in Salesforce DX using CLI“ERROR: self signed certificate in certificate chain.” on SFDX force:auth:web:loginWhy am I getting “this.log is not a function” when running sfdx CLI commands?“ logger is not defined” on sfdx force:user:display output? [BUG]Getting sfdx error: running AuthLogin: The service and account specified in key.json do not match the version of the toolbelt

WOW air has ceased operation, can I get my tickets refunded?

How to place nodes around a circle from some initial angle?

Would be okay to drive on this tire?

Powershell. How to parse gci Name?

Bartok - Syncopation (1): Meaning of notes in between Grand Staff

Should I tutor a student who I know has cheated on their homework?

What connection does MS Office have to Netscape Navigator?

If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?

Math-accent symbol over parentheses enclosing accented symbol (amsmath)

Method for adding error messages to a dictionary given a key

Can a Bladesinger Wizard use Bladesong with a Hand Crossbow?

Unclear about dynamic binding

Is French Guiana a (hard) EU border?

Why, when going from special to general relativity, do we just replace partial derivatives with covariant derivatives?

Are police here, aren't itthey?

Is it professional to write unrelated content in an almost-empty email?

How a 64-bit process virtual address space is divided in Linux?

Can MTA send mail via a relay without being told so?

Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis

How to sed chunks text from a stream of files from find

Is it okay to majorly distort historical facts while writing a fiction story?

Can we say or write : "No, it'sn't"?

How do I align (1) and (2)?

Is there always a complete, orthogonal set of unitary matrices?



Error when running sfdx update to 7.1.3 then sfdx push errors



The Next CEO of Stack Overflow
2019 Community Moderator ElectionERROR running force:source:push: No org configuration found for nameSFDX force:data:tree:export Invalid SOQL Query When Using File Path to Supply QuerySalesforce DX Trailhead ErrorInvalid filter: <> Name: RecordTypeId, Error: Invalid record type name or ID: SFDX push“Cannot set property color of #<CLI> which has only a getter” when running sfdx commandsSFDX - Having to push multiple times for changes to occur in orgHow to delete a class in Salesforce DX using CLI“ERROR: self signed certificate in certificate chain.” on SFDX force:auth:web:loginWhy am I getting “this.log is not a function” when running sfdx CLI commands?“ logger is not defined” on sfdx force:user:display output? [BUG]Getting sfdx error: running AuthLogin: The service and account specified in key.json do not match the version of the toolbelt










3















When I ran sfdx update from 6.56.0 to 7.1.3 I got the error below.



sfdx update error



And when I run sfdx force:source:push I'm getting the below error.



enter image description here



Are these two related? I'm not sure where to start on the second error; there is no info regarding what is causing it?










share|improve this question




























    3















    When I ran sfdx update from 6.56.0 to 7.1.3 I got the error below.



    sfdx update error



    And when I run sfdx force:source:push I'm getting the below error.



    enter image description here



    Are these two related? I'm not sure where to start on the second error; there is no info regarding what is causing it?










    share|improve this question


























      3












      3








      3








      When I ran sfdx update from 6.56.0 to 7.1.3 I got the error below.



      sfdx update error



      And when I run sfdx force:source:push I'm getting the below error.



      enter image description here



      Are these two related? I'm not sure where to start on the second error; there is no info regarding what is causing it?










      share|improve this question
















      When I ran sfdx update from 6.56.0 to 7.1.3 I got the error below.



      sfdx update error



      And when I run sfdx force:source:push I'm getting the below error.



      enter image description here



      Are these two related? I'm not sure where to start on the second error; there is no info regarding what is causing it?







      salesforcedx error salesforcedx-cli scratch-org






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago







      shmuels

















      asked 2 days ago









      shmuelsshmuels

      1838




      1838




















          2 Answers
          2






          active

          oldest

          votes


















          3














          I deleted the .sfdx/orgs/test-orgUserName@example.com/sourcePathInfo.json file (which I believe resets sfdx's change tracking and pushes your entire code). This resolved the sfdx push error.



          However it still seems that there is some issue with the latest sfdx update 7.1.3






          share|improve this answer























          • If that fixes the issue, that is a reasonable approach. What other 7.1.3 issues are you seeing

            – Amphro
            2 days ago











          • @Amphro Just the one above- when I ran the sfdx update command- MODULE_NOT_FOUND: Cannot find module './errors' For now sfdx push is working

            – shmuels
            2 days ago



















          0














          People have been encountering errors with the latest version. You can try to fix this with:



          sfdx plugins:install salesforcedx@latest


          This should likely fix your push command as well.



          When I just tried the upgrade command myself, I got a different error:



          sfdx-cli: Updating CLI...
          sfdx-cli: Updating CLI from 6.56.0-e3fd846a1f to 7.1.3-ece97e8491... finishing up
          sfdx-cli: Updating CLI from 6.56.0-e3fd846a1f to 7.1.3-ece97e8491... done
          sfdx-cli: Updating CLI...
          Migrating plugins... done
          sfdx-cli: Updating plugins... yarn add v1.15.2
          sfdx-cli: Updating plugins... [1/4] Resolving packages...sfdx-cli: Updating plugins... [2/4] Fetching packages...sfdx-cli: Updating plugins... [3/4] Linking dependencies...sfdx-cli: Updating plugins... [4/4] Building fresh packages...sfdx-cli: Updating plugins... success Saved lockfile.sfdx-cli: Updating plugins... success Saved 0 new dependencies.sfdx-cli: Updating plugins... Done in 9.73s.sfdx-cli: Updating plugins... done
          module.js:550
          throw err;
          ^

          Error: Cannot find module './action/base'
          ...


          They'll probably have this fixed shortly anyways, but you can manually fix your plugins pretty easily by reinstalling the plugin.






          share|improve this answer























          • After running the sfdx plugins:install salesforcedx@latest command. On sfdx push I'm getting Error: Cannot find module '@oclif/config' See here

            – shmuels
            2 days ago












          • @shmuels Interesting. Maybe it's time to start asking around. I'll be back.

            – sfdcfox
            2 days ago











          • If you get the error @sfdcfox showed above, just try running sfdx update again. It's an error that the new v7 engine has fixed for future updates.

            – Wade Wegner
            2 days ago











          • The update errors of Error: Cannot find module './action/base' and the like shouldn't matter. You can verify with sfdx -v. If it says v7, you successfully updated.

            – Amphro
            2 days ago











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "459"
          ;
          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: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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%2fsalesforce.stackexchange.com%2fquestions%2f255748%2ferror-when-running-sfdx-update-to-7-1-3-then-sfdx-push-errors%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3














          I deleted the .sfdx/orgs/test-orgUserName@example.com/sourcePathInfo.json file (which I believe resets sfdx's change tracking and pushes your entire code). This resolved the sfdx push error.



          However it still seems that there is some issue with the latest sfdx update 7.1.3






          share|improve this answer























          • If that fixes the issue, that is a reasonable approach. What other 7.1.3 issues are you seeing

            – Amphro
            2 days ago











          • @Amphro Just the one above- when I ran the sfdx update command- MODULE_NOT_FOUND: Cannot find module './errors' For now sfdx push is working

            – shmuels
            2 days ago
















          3














          I deleted the .sfdx/orgs/test-orgUserName@example.com/sourcePathInfo.json file (which I believe resets sfdx's change tracking and pushes your entire code). This resolved the sfdx push error.



          However it still seems that there is some issue with the latest sfdx update 7.1.3






          share|improve this answer























          • If that fixes the issue, that is a reasonable approach. What other 7.1.3 issues are you seeing

            – Amphro
            2 days ago











          • @Amphro Just the one above- when I ran the sfdx update command- MODULE_NOT_FOUND: Cannot find module './errors' For now sfdx push is working

            – shmuels
            2 days ago














          3












          3








          3







          I deleted the .sfdx/orgs/test-orgUserName@example.com/sourcePathInfo.json file (which I believe resets sfdx's change tracking and pushes your entire code). This resolved the sfdx push error.



          However it still seems that there is some issue with the latest sfdx update 7.1.3






          share|improve this answer













          I deleted the .sfdx/orgs/test-orgUserName@example.com/sourcePathInfo.json file (which I believe resets sfdx's change tracking and pushes your entire code). This resolved the sfdx push error.



          However it still seems that there is some issue with the latest sfdx update 7.1.3







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 2 days ago









          shmuelsshmuels

          1838




          1838












          • If that fixes the issue, that is a reasonable approach. What other 7.1.3 issues are you seeing

            – Amphro
            2 days ago











          • @Amphro Just the one above- when I ran the sfdx update command- MODULE_NOT_FOUND: Cannot find module './errors' For now sfdx push is working

            – shmuels
            2 days ago


















          • If that fixes the issue, that is a reasonable approach. What other 7.1.3 issues are you seeing

            – Amphro
            2 days ago











          • @Amphro Just the one above- when I ran the sfdx update command- MODULE_NOT_FOUND: Cannot find module './errors' For now sfdx push is working

            – shmuels
            2 days ago

















          If that fixes the issue, that is a reasonable approach. What other 7.1.3 issues are you seeing

          – Amphro
          2 days ago





          If that fixes the issue, that is a reasonable approach. What other 7.1.3 issues are you seeing

          – Amphro
          2 days ago













          @Amphro Just the one above- when I ran the sfdx update command- MODULE_NOT_FOUND: Cannot find module './errors' For now sfdx push is working

          – shmuels
          2 days ago






          @Amphro Just the one above- when I ran the sfdx update command- MODULE_NOT_FOUND: Cannot find module './errors' For now sfdx push is working

          – shmuels
          2 days ago














          0














          People have been encountering errors with the latest version. You can try to fix this with:



          sfdx plugins:install salesforcedx@latest


          This should likely fix your push command as well.



          When I just tried the upgrade command myself, I got a different error:



          sfdx-cli: Updating CLI...
          sfdx-cli: Updating CLI from 6.56.0-e3fd846a1f to 7.1.3-ece97e8491... finishing up
          sfdx-cli: Updating CLI from 6.56.0-e3fd846a1f to 7.1.3-ece97e8491... done
          sfdx-cli: Updating CLI...
          Migrating plugins... done
          sfdx-cli: Updating plugins... yarn add v1.15.2
          sfdx-cli: Updating plugins... [1/4] Resolving packages...sfdx-cli: Updating plugins... [2/4] Fetching packages...sfdx-cli: Updating plugins... [3/4] Linking dependencies...sfdx-cli: Updating plugins... [4/4] Building fresh packages...sfdx-cli: Updating plugins... success Saved lockfile.sfdx-cli: Updating plugins... success Saved 0 new dependencies.sfdx-cli: Updating plugins... Done in 9.73s.sfdx-cli: Updating plugins... done
          module.js:550
          throw err;
          ^

          Error: Cannot find module './action/base'
          ...


          They'll probably have this fixed shortly anyways, but you can manually fix your plugins pretty easily by reinstalling the plugin.






          share|improve this answer























          • After running the sfdx plugins:install salesforcedx@latest command. On sfdx push I'm getting Error: Cannot find module '@oclif/config' See here

            – shmuels
            2 days ago












          • @shmuels Interesting. Maybe it's time to start asking around. I'll be back.

            – sfdcfox
            2 days ago











          • If you get the error @sfdcfox showed above, just try running sfdx update again. It's an error that the new v7 engine has fixed for future updates.

            – Wade Wegner
            2 days ago











          • The update errors of Error: Cannot find module './action/base' and the like shouldn't matter. You can verify with sfdx -v. If it says v7, you successfully updated.

            – Amphro
            2 days ago















          0














          People have been encountering errors with the latest version. You can try to fix this with:



          sfdx plugins:install salesforcedx@latest


          This should likely fix your push command as well.



          When I just tried the upgrade command myself, I got a different error:



          sfdx-cli: Updating CLI...
          sfdx-cli: Updating CLI from 6.56.0-e3fd846a1f to 7.1.3-ece97e8491... finishing up
          sfdx-cli: Updating CLI from 6.56.0-e3fd846a1f to 7.1.3-ece97e8491... done
          sfdx-cli: Updating CLI...
          Migrating plugins... done
          sfdx-cli: Updating plugins... yarn add v1.15.2
          sfdx-cli: Updating plugins... [1/4] Resolving packages...sfdx-cli: Updating plugins... [2/4] Fetching packages...sfdx-cli: Updating plugins... [3/4] Linking dependencies...sfdx-cli: Updating plugins... [4/4] Building fresh packages...sfdx-cli: Updating plugins... success Saved lockfile.sfdx-cli: Updating plugins... success Saved 0 new dependencies.sfdx-cli: Updating plugins... Done in 9.73s.sfdx-cli: Updating plugins... done
          module.js:550
          throw err;
          ^

          Error: Cannot find module './action/base'
          ...


          They'll probably have this fixed shortly anyways, but you can manually fix your plugins pretty easily by reinstalling the plugin.






          share|improve this answer























          • After running the sfdx plugins:install salesforcedx@latest command. On sfdx push I'm getting Error: Cannot find module '@oclif/config' See here

            – shmuels
            2 days ago












          • @shmuels Interesting. Maybe it's time to start asking around. I'll be back.

            – sfdcfox
            2 days ago











          • If you get the error @sfdcfox showed above, just try running sfdx update again. It's an error that the new v7 engine has fixed for future updates.

            – Wade Wegner
            2 days ago











          • The update errors of Error: Cannot find module './action/base' and the like shouldn't matter. You can verify with sfdx -v. If it says v7, you successfully updated.

            – Amphro
            2 days ago













          0












          0








          0







          People have been encountering errors with the latest version. You can try to fix this with:



          sfdx plugins:install salesforcedx@latest


          This should likely fix your push command as well.



          When I just tried the upgrade command myself, I got a different error:



          sfdx-cli: Updating CLI...
          sfdx-cli: Updating CLI from 6.56.0-e3fd846a1f to 7.1.3-ece97e8491... finishing up
          sfdx-cli: Updating CLI from 6.56.0-e3fd846a1f to 7.1.3-ece97e8491... done
          sfdx-cli: Updating CLI...
          Migrating plugins... done
          sfdx-cli: Updating plugins... yarn add v1.15.2
          sfdx-cli: Updating plugins... [1/4] Resolving packages...sfdx-cli: Updating plugins... [2/4] Fetching packages...sfdx-cli: Updating plugins... [3/4] Linking dependencies...sfdx-cli: Updating plugins... [4/4] Building fresh packages...sfdx-cli: Updating plugins... success Saved lockfile.sfdx-cli: Updating plugins... success Saved 0 new dependencies.sfdx-cli: Updating plugins... Done in 9.73s.sfdx-cli: Updating plugins... done
          module.js:550
          throw err;
          ^

          Error: Cannot find module './action/base'
          ...


          They'll probably have this fixed shortly anyways, but you can manually fix your plugins pretty easily by reinstalling the plugin.






          share|improve this answer













          People have been encountering errors with the latest version. You can try to fix this with:



          sfdx plugins:install salesforcedx@latest


          This should likely fix your push command as well.



          When I just tried the upgrade command myself, I got a different error:



          sfdx-cli: Updating CLI...
          sfdx-cli: Updating CLI from 6.56.0-e3fd846a1f to 7.1.3-ece97e8491... finishing up
          sfdx-cli: Updating CLI from 6.56.0-e3fd846a1f to 7.1.3-ece97e8491... done
          sfdx-cli: Updating CLI...
          Migrating plugins... done
          sfdx-cli: Updating plugins... yarn add v1.15.2
          sfdx-cli: Updating plugins... [1/4] Resolving packages...sfdx-cli: Updating plugins... [2/4] Fetching packages...sfdx-cli: Updating plugins... [3/4] Linking dependencies...sfdx-cli: Updating plugins... [4/4] Building fresh packages...sfdx-cli: Updating plugins... success Saved lockfile.sfdx-cli: Updating plugins... success Saved 0 new dependencies.sfdx-cli: Updating plugins... Done in 9.73s.sfdx-cli: Updating plugins... done
          module.js:550
          throw err;
          ^

          Error: Cannot find module './action/base'
          ...


          They'll probably have this fixed shortly anyways, but you can manually fix your plugins pretty easily by reinstalling the plugin.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 2 days ago









          sfdcfoxsfdcfox

          262k12209454




          262k12209454












          • After running the sfdx plugins:install salesforcedx@latest command. On sfdx push I'm getting Error: Cannot find module '@oclif/config' See here

            – shmuels
            2 days ago












          • @shmuels Interesting. Maybe it's time to start asking around. I'll be back.

            – sfdcfox
            2 days ago











          • If you get the error @sfdcfox showed above, just try running sfdx update again. It's an error that the new v7 engine has fixed for future updates.

            – Wade Wegner
            2 days ago











          • The update errors of Error: Cannot find module './action/base' and the like shouldn't matter. You can verify with sfdx -v. If it says v7, you successfully updated.

            – Amphro
            2 days ago

















          • After running the sfdx plugins:install salesforcedx@latest command. On sfdx push I'm getting Error: Cannot find module '@oclif/config' See here

            – shmuels
            2 days ago












          • @shmuels Interesting. Maybe it's time to start asking around. I'll be back.

            – sfdcfox
            2 days ago











          • If you get the error @sfdcfox showed above, just try running sfdx update again. It's an error that the new v7 engine has fixed for future updates.

            – Wade Wegner
            2 days ago











          • The update errors of Error: Cannot find module './action/base' and the like shouldn't matter. You can verify with sfdx -v. If it says v7, you successfully updated.

            – Amphro
            2 days ago
















          After running the sfdx plugins:install salesforcedx@latest command. On sfdx push I'm getting Error: Cannot find module '@oclif/config' See here

          – shmuels
          2 days ago






          After running the sfdx plugins:install salesforcedx@latest command. On sfdx push I'm getting Error: Cannot find module '@oclif/config' See here

          – shmuels
          2 days ago














          @shmuels Interesting. Maybe it's time to start asking around. I'll be back.

          – sfdcfox
          2 days ago





          @shmuels Interesting. Maybe it's time to start asking around. I'll be back.

          – sfdcfox
          2 days ago













          If you get the error @sfdcfox showed above, just try running sfdx update again. It's an error that the new v7 engine has fixed for future updates.

          – Wade Wegner
          2 days ago





          If you get the error @sfdcfox showed above, just try running sfdx update again. It's an error that the new v7 engine has fixed for future updates.

          – Wade Wegner
          2 days ago













          The update errors of Error: Cannot find module './action/base' and the like shouldn't matter. You can verify with sfdx -v. If it says v7, you successfully updated.

          – Amphro
          2 days ago





          The update errors of Error: Cannot find module './action/base' and the like shouldn't matter. You can verify with sfdx -v. If it says v7, you successfully updated.

          – Amphro
          2 days ago

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Salesforce Stack Exchange!


          • 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%2fsalesforce.stackexchange.com%2fquestions%2f255748%2ferror-when-running-sfdx-update-to-7-1-3-then-sfdx-push-errors%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

          រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

          QGIS export composer to PDF scale the map [closed] Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Print Composer QGIS 2.6, how to export image?QGIS 2.8.1 print composer won't export all OpenCycleMap base layer tilesSave Print/Map QGIS composer view as PNG/PDF using Python (without changing anything in visible layout)?Export QGIS Print Composer PDF with searchable text labelsQGIS Print Composer does not change from landscape to portrait orientation?How can I avoid map size and scale changes in print composer?Fuzzy PDF export in QGIS running on macSierra OSExport the legend into its 100% size using Print ComposerScale-dependent rendering in QGIS PDF output

          PDF-ში გადმოწერა სანავიგაციო მენიუproject page