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?
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
2,94341326
2,94341326
asked Mar 8 at 9:42
RiyaGeorgeRiyaGeorge
668
668
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
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
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