cannot find module './framer' after deleting node modules The 2019 Stack Overflow Developer Survey Results Are Inmodule.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?
Apparent duplicates between Haynes service instructions and MOT
How come people say “Would of”?
Feature engineering suggestion required
How to type this arrow in math mode?
Why hard-Brexiteers don't insist on a hard border to prevent illegal immigration after Brexit?
Aging parents with no investments
Is this app Icon Browser Safe/Legit?
Is there any way to tell whether the shot is going to hit you or not?
Is a "Democratic" Oligarchy-Style System Possible?
Is an up-to-date browser secure on an out-of-date OS?
Delete all lines which don't have n characters before delimiter
Can we generate random numbers using irrational numbers like π and e?
Button changing it's text & action. Good or terrible?
Is flight data recorder erased after every flight?
When should I buy a clipper card after flying to OAK?
Does a dangling wire really electrocute me if I'm standing in water?
What did it mean to "align" a radio?
What tool would a Roman-age civilization have for the breaking of silver and other metals into dust?
Are spiders unable to hurt humans, especially very small spiders?
Pokemon Turn Based battle (Python)
Can someone be penalized for an "unlawful" act if no penalty is specified?
Why was M87 targetted for the Event Horizon Telescope instead of Sagittarius A*?
What do the Banks children have against barley water?
How to save as into a customized destination on macOS?
cannot find module './framer' after deleting node modules
The 2019 Stack Overflow Developer Survey Results Are Inmodule.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?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
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
add a comment |
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
add a comment |
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
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
node.js angular npm
edited Mar 11 at 2:42
Akber Iqbal
3,19841428
3,19841428
asked Mar 8 at 9:42
RiyaGeorgeRiyaGeorge
738
738
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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
add a comment |
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
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment |
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
add a comment |
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
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
answered Mar 8 at 9:54
DhawalDhawal
182411
182411
add a comment |
add a comment |
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
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
add a comment |
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
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
add a comment |
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
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
answered Mar 8 at 9:47
Akber IqbalAkber Iqbal
3,19841428
3,19841428
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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