cannot find module './framer' after deleting node modulesmodule.js:339 throw err; Error: Cannot find module 'npmlog' on WINDOWS 8 ProError “ng serve” on cmdthe command “npm” returns with an errorWhen i started app getting “Unknown keystone list” Error In Keystone 4.0How to host node.js app on google cloud propertly?Cannot find module '@angular-devkit/schematics/tasks'Sequelize string is not a function error , why?Error creating database in sequelize Dialect needs to be explicitly supplied as of v4.0.0Cannot find module 'webpack'How to fix these error in npm and work properly?

Go Pregnant or Go Home

Why Were Madagascar and New Zealand Discovered So Late?

There is only s̶i̶x̶t̶y one place he can be

How to be diplomatic in refusing to write code that breaches the privacy of our users

Is there any easy technique written in Bhagavad GITA to control lust?

How will losing mobility of one hand affect my career as a programmer?

Is there any reason not to eat food that's been dropped on the surface of the moon?

What is the term when two people sing in harmony, but they aren't singing the same notes?

Tiptoe or tiphoof? Adjusting words to better fit fantasy races

Teaching indefinite integrals that require special-casing

How can I replace every global instance of "x[2]" with "x_2"

What is the opposite of 'gravitas'?

Why did Kant, Hegel, and Adorno leave some words and phrases in the Greek alphabet?

Time travel short story where a man arrives in the late 19th century in a time machine and then sends the machine back into the past

Why is delta-v is the most useful quantity for planning space travel?

Implement the Thanos sorting algorithm

voltage of sounds of mp3files

Curses work by shouting - How to avoid collateral damage?

Was Spock the First Vulcan in Starfleet?

Can I use my Chinese passport to enter China after I acquired another citizenship?

Is there an Impartial Brexit Deal comparison site?

Understanding "audieritis" in Psalm 94

What is the intuitive meaning of having a linear relationship between the logs of two variables?

is this a spam?



cannot find module './framer' after deleting node modules


module.js:339 throw err; Error: Cannot find module 'npmlog' on WINDOWS 8 ProError “ng serve” on cmdthe command “npm” returns with an errorWhen i started app getting “Unknown keystone list” Error In Keystone 4.0How to host node.js app on google cloud propertly?Cannot find module '@angular-devkit/schematics/tasks'Sequelize string is not a function error , why?Error creating database in sequelize Dialect needs to be explicitly supplied as of v4.0.0Cannot find module 'webpack'How to fix these error in npm and work properly?













0















I was cleaning up the angular code and, deleted some unused custom modules. After which, It was throwing an error about a deleted imported component in app.module.ts even though it was already removed from import.



Then, I manually deleted the node modules, ran npm install and tried to run npm start which gives me the following error:



 Cannot find module './framer'
Error: Cannot find module './framer'
at Function.Module._resolveFilename
(internal/modules/cjs/loader.js:581:15)
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object.<anonymous> (C:UsersNBS627eclipse-workspaceccmobile-
UInode_modulesspdy-transportlibspdy-transportprotocolbaseindex.js:7:18)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object.<anonymous> (C:UsersNBS627eclipse-workspaceccmobile-
UInode_modulesspdy-transportlibspdy-transport.js:10:27)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)


I have no idea about this error. Please help.










share|improve this question




























    0















    I was cleaning up the angular code and, deleted some unused custom modules. After which, It was throwing an error about a deleted imported component in app.module.ts even though it was already removed from import.



    Then, I manually deleted the node modules, ran npm install and tried to run npm start which gives me the following error:



     Cannot find module './framer'
    Error: Cannot find module './framer'
    at Function.Module._resolveFilename
    (internal/modules/cjs/loader.js:581:15)
    at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.<anonymous> (C:UsersNBS627eclipse-workspaceccmobile-
    UInode_modulesspdy-transportlibspdy-transportprotocolbaseindex.js:7:18)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.<anonymous> (C:UsersNBS627eclipse-workspaceccmobile-
    UInode_modulesspdy-transportlibspdy-transport.js:10:27)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)


    I have no idea about this error. Please help.










    share|improve this question


























      0












      0








      0


      0






      I was cleaning up the angular code and, deleted some unused custom modules. After which, It was throwing an error about a deleted imported component in app.module.ts even though it was already removed from import.



      Then, I manually deleted the node modules, ran npm install and tried to run npm start which gives me the following error:



       Cannot find module './framer'
      Error: Cannot find module './framer'
      at Function.Module._resolveFilename
      (internal/modules/cjs/loader.js:581:15)
      at Function.Module._load (internal/modules/cjs/loader.js:507:25)
      at Module.require (internal/modules/cjs/loader.js:637:17)
      at require (internal/modules/cjs/helpers.js:22:18)
      at Object.<anonymous> (C:UsersNBS627eclipse-workspaceccmobile-
      UInode_modulesspdy-transportlibspdy-transportprotocolbaseindex.js:7:18)
      at Module._compile (internal/modules/cjs/loader.js:689:30)
      at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
      at Module.load (internal/modules/cjs/loader.js:599:32)
      at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
      at Function.Module._load (internal/modules/cjs/loader.js:530:3)
      at Module.require (internal/modules/cjs/loader.js:637:17)
      at require (internal/modules/cjs/helpers.js:22:18)
      at Object.<anonymous> (C:UsersNBS627eclipse-workspaceccmobile-
      UInode_modulesspdy-transportlibspdy-transport.js:10:27)
      at Module._compile (internal/modules/cjs/loader.js:689:30)
      at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
      at Module.load (internal/modules/cjs/loader.js:599:32)


      I have no idea about this error. Please help.










      share|improve this question
















      I was cleaning up the angular code and, deleted some unused custom modules. After which, It was throwing an error about a deleted imported component in app.module.ts even though it was already removed from import.



      Then, I manually deleted the node modules, ran npm install and tried to run npm start which gives me the following error:



       Cannot find module './framer'
      Error: Cannot find module './framer'
      at Function.Module._resolveFilename
      (internal/modules/cjs/loader.js:581:15)
      at Function.Module._load (internal/modules/cjs/loader.js:507:25)
      at Module.require (internal/modules/cjs/loader.js:637:17)
      at require (internal/modules/cjs/helpers.js:22:18)
      at Object.<anonymous> (C:UsersNBS627eclipse-workspaceccmobile-
      UInode_modulesspdy-transportlibspdy-transportprotocolbaseindex.js:7:18)
      at Module._compile (internal/modules/cjs/loader.js:689:30)
      at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
      at Module.load (internal/modules/cjs/loader.js:599:32)
      at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
      at Function.Module._load (internal/modules/cjs/loader.js:530:3)
      at Module.require (internal/modules/cjs/loader.js:637:17)
      at require (internal/modules/cjs/helpers.js:22:18)
      at Object.<anonymous> (C:UsersNBS627eclipse-workspaceccmobile-
      UInode_modulesspdy-transportlibspdy-transport.js:10:27)
      at Module._compile (internal/modules/cjs/loader.js:689:30)
      at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
      at Module.load (internal/modules/cjs/loader.js:599:32)


      I have no idea about this error. Please help.







      node.js angular npm






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 11 at 2:42









      Akber Iqbal

      2,94341326




      2,94341326










      asked Mar 8 at 9:42









      RiyaGeorgeRiyaGeorge

      668




      668






















          2 Answers
          2






          active

          oldest

          votes


















          1














          Your error says that you have a problem with your spdy-transport module.



          For solve this update your spdy-transport module




          npm un spdy-transport



          Then



          nmp i spdy-transport







          share|improve this answer






























            1














            One of the packages which you deleted might have a dependency on an existing module



            for example, when we do npm install package-name, often more than one folder are created in the node_modules folder, we may think that it is not required but it is in fact needed






            share|improve this answer























            • I fear that you might get a lot of these... where every time the culprit would be different, Dhawal in his comment below got you started, this is how you would have to uninstall and reinstall packages one by one... the reason remains the same as in my answer

              – Akber Iqbal
              Mar 8 at 11:34






            • 1





              As you said, Dhawal's answer solved my above issue and has moved on to next issue. At least, I am not stuck any more!

              – RiyaGeorge
              Mar 11 at 1:08










            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%2f55060484%2fcannot-find-module-framer-after-deleting-node-modules%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









            1














            Your error says that you have a problem with your spdy-transport module.



            For solve this update your spdy-transport module




            npm un spdy-transport



            Then



            nmp i spdy-transport







            share|improve this answer



























              1














              Your error says that you have a problem with your spdy-transport module.



              For solve this update your spdy-transport module




              npm un spdy-transport



              Then



              nmp i spdy-transport







              share|improve this answer

























                1












                1








                1







                Your error says that you have a problem with your spdy-transport module.



                For solve this update your spdy-transport module




                npm un spdy-transport



                Then



                nmp i spdy-transport







                share|improve this answer













                Your error says that you have a problem with your spdy-transport module.



                For solve this update your spdy-transport module




                npm un spdy-transport



                Then



                nmp i spdy-transport








                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 8 at 9:54









                DhawalDhawal

                182411




                182411























                    1














                    One of the packages which you deleted might have a dependency on an existing module



                    for example, when we do npm install package-name, often more than one folder are created in the node_modules folder, we may think that it is not required but it is in fact needed






                    share|improve this answer























                    • I fear that you might get a lot of these... where every time the culprit would be different, Dhawal in his comment below got you started, this is how you would have to uninstall and reinstall packages one by one... the reason remains the same as in my answer

                      – Akber Iqbal
                      Mar 8 at 11:34






                    • 1





                      As you said, Dhawal's answer solved my above issue and has moved on to next issue. At least, I am not stuck any more!

                      – RiyaGeorge
                      Mar 11 at 1:08















                    1














                    One of the packages which you deleted might have a dependency on an existing module



                    for example, when we do npm install package-name, often more than one folder are created in the node_modules folder, we may think that it is not required but it is in fact needed






                    share|improve this answer























                    • I fear that you might get a lot of these... where every time the culprit would be different, Dhawal in his comment below got you started, this is how you would have to uninstall and reinstall packages one by one... the reason remains the same as in my answer

                      – Akber Iqbal
                      Mar 8 at 11:34






                    • 1





                      As you said, Dhawal's answer solved my above issue and has moved on to next issue. At least, I am not stuck any more!

                      – RiyaGeorge
                      Mar 11 at 1:08













                    1












                    1








                    1







                    One of the packages which you deleted might have a dependency on an existing module



                    for example, when we do npm install package-name, often more than one folder are created in the node_modules folder, we may think that it is not required but it is in fact needed






                    share|improve this answer













                    One of the packages which you deleted might have a dependency on an existing module



                    for example, when we do npm install package-name, often more than one folder are created in the node_modules folder, we may think that it is not required but it is in fact needed







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Mar 8 at 9:47









                    Akber IqbalAkber Iqbal

                    2,94341326




                    2,94341326












                    • I fear that you might get a lot of these... where every time the culprit would be different, Dhawal in his comment below got you started, this is how you would have to uninstall and reinstall packages one by one... the reason remains the same as in my answer

                      – Akber Iqbal
                      Mar 8 at 11:34






                    • 1





                      As you said, Dhawal's answer solved my above issue and has moved on to next issue. At least, I am not stuck any more!

                      – RiyaGeorge
                      Mar 11 at 1:08

















                    • I fear that you might get a lot of these... where every time the culprit would be different, Dhawal in his comment below got you started, this is how you would have to uninstall and reinstall packages one by one... the reason remains the same as in my answer

                      – Akber Iqbal
                      Mar 8 at 11:34






                    • 1





                      As you said, Dhawal's answer solved my above issue and has moved on to next issue. At least, I am not stuck any more!

                      – RiyaGeorge
                      Mar 11 at 1:08
















                    I fear that you might get a lot of these... where every time the culprit would be different, Dhawal in his comment below got you started, this is how you would have to uninstall and reinstall packages one by one... the reason remains the same as in my answer

                    – Akber Iqbal
                    Mar 8 at 11:34





                    I fear that you might get a lot of these... where every time the culprit would be different, Dhawal in his comment below got you started, this is how you would have to uninstall and reinstall packages one by one... the reason remains the same as in my answer

                    – Akber Iqbal
                    Mar 8 at 11:34




                    1




                    1





                    As you said, Dhawal's answer solved my above issue and has moved on to next issue. At least, I am not stuck any more!

                    – RiyaGeorge
                    Mar 11 at 1:08





                    As you said, Dhawal's answer solved my above issue and has moved on to next issue. At least, I am not stuck any more!

                    – RiyaGeorge
                    Mar 11 at 1:08

















                    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%2f55060484%2fcannot-find-module-framer-after-deleting-node-modules%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

                    Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

                    Identity Server 4 is not redirecting to Angular app after login2019 Community Moderator ElectionIdentity Server 4 and dockerIdentityserver implicit flow unauthorized_clientIdentityServer Hybrid Flow - Access Token is null after user successful loginIdentity Server to MVC client : Page Redirect After loginLogin with Steam OpenId(oidc-client-js)Identity Server 4+.NET Core 2.0 + IdentityIdentityServer4 post-login redirect not working in Edge browserCall to IdentityServer4 generates System.NullReferenceException: Object reference not set to an instance of an objectIdentityServer4 without HTTPS not workingHow to get Authorization code from identity server without login form

                    2005 Ahvaz unrest Contents Background Causes Casualties Aftermath See also References Navigation menue"At Least 10 Are Killed by Bombs in Iran""Iran"Archived"Arab-Iranians in Iran to make April 15 'Day of Fury'"State of Mind, State of Order: Reactions to Ethnic Unrest in the Islamic Republic of Iran.10.1111/j.1754-9469.2008.00028.x"Iran hangs Arab separatists"Iran Overview from ArchivedConstitution of the Islamic Republic of Iran"Tehran puzzled by forged 'riots' letter""Iran and its minorities: Down in the second class""Iran: Handling Of Ahvaz Unrest Could End With Televised Confessions""Bombings Rock Iran Ahead of Election""Five die in Iran ethnic clashes""Iran: Need for restraint as anniversary of unrest in Khuzestan approaches"Archived"Iranian Sunni protesters killed in clashes with security forces"Archived