Recovering from a wrong npm update
up vote
0
down vote
favorite
Hello i am developing a Angular 7
application and i have mistakenly hit npm update
.After this command my application started crashing with a ton of conflicts and unfound modules in npm modules
.
What can i do to solve it?
**Errors**ERROR in ./node_modules/saucelabs/index.js
Module not found: Error: Can't resolve './lib-cov/SauceLabs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulessaucelabs'
ERROR in ./node_modules/protractor/built/runner.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'
ERROR in ./node_modules/protractor/built/bpRunner.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'
ERROR in ./node_modules/protractor/built/debugger.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'
ERROR in ./node_modules/selenium-webdriver/firefox/binary.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdriverfirefox'
ERROR in ./node_modules/selenium-webdriver/io/exec.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdriverio'
ERROR in ./node_modules/selenium-webdriver/net/portprober.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdrivernet'
ERROR in ./node_modules/saucelabs/lib/SauceLabs.js
Module not found: Error: Can't resolve 'crypto' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulessaucelabslib'
ERROR in ./node_modules/selenium-webdriver/node_modules/tmp/lib/tmp.js
Module not found: Error: Can't resolve 'crypto' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdrivernode_modulestmplib'
ERROR in ./node_modules/blocking-proxy/built/lib/webdriver_logger.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesblocking-proxybuiltlib'
ERROR in ./node_modules/fs.realpath/old.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesfs.realpath'
ERROR in ./node_modules/fs.realpath/index.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesfs.realpath'
ERROR in ./node_modules/glob/glob.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesglob'
ERROR in ./node_modules/glob/sync.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesglob'
ERROR in ./node_modules/protractor/built/logger.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'ERROR in ./node_modules/protractor/built/driverProviders/direct.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuiltdriverProviders'
ERROR in ./node_modules/protractor/built/driverProviders/local.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuiltdriverProviders'
ERROR in ./node_modules/protractor/node_modules/webdriver-manager/built/lib/cli/logger.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractornode_moduleswebdriver-managerbuiltlibcli'
ERROR in ./node_modules/rimraf/rimraf.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesrimraf'
ERROR in ./node_modules/selenium-webdriver/phantomjs.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdriver'
And the list goes on.What can i do
npm angular7 npm-update
add a comment |
up vote
0
down vote
favorite
Hello i am developing a Angular 7
application and i have mistakenly hit npm update
.After this command my application started crashing with a ton of conflicts and unfound modules in npm modules
.
What can i do to solve it?
**Errors**ERROR in ./node_modules/saucelabs/index.js
Module not found: Error: Can't resolve './lib-cov/SauceLabs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulessaucelabs'
ERROR in ./node_modules/protractor/built/runner.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'
ERROR in ./node_modules/protractor/built/bpRunner.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'
ERROR in ./node_modules/protractor/built/debugger.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'
ERROR in ./node_modules/selenium-webdriver/firefox/binary.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdriverfirefox'
ERROR in ./node_modules/selenium-webdriver/io/exec.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdriverio'
ERROR in ./node_modules/selenium-webdriver/net/portprober.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdrivernet'
ERROR in ./node_modules/saucelabs/lib/SauceLabs.js
Module not found: Error: Can't resolve 'crypto' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulessaucelabslib'
ERROR in ./node_modules/selenium-webdriver/node_modules/tmp/lib/tmp.js
Module not found: Error: Can't resolve 'crypto' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdrivernode_modulestmplib'
ERROR in ./node_modules/blocking-proxy/built/lib/webdriver_logger.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesblocking-proxybuiltlib'
ERROR in ./node_modules/fs.realpath/old.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesfs.realpath'
ERROR in ./node_modules/fs.realpath/index.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesfs.realpath'
ERROR in ./node_modules/glob/glob.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesglob'
ERROR in ./node_modules/glob/sync.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesglob'
ERROR in ./node_modules/protractor/built/logger.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'ERROR in ./node_modules/protractor/built/driverProviders/direct.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuiltdriverProviders'
ERROR in ./node_modules/protractor/built/driverProviders/local.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuiltdriverProviders'
ERROR in ./node_modules/protractor/node_modules/webdriver-manager/built/lib/cli/logger.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractornode_moduleswebdriver-managerbuiltlibcli'
ERROR in ./node_modules/rimraf/rimraf.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesrimraf'
ERROR in ./node_modules/selenium-webdriver/phantomjs.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdriver'
And the list goes on.What can i do
npm angular7 npm-update
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Hello i am developing a Angular 7
application and i have mistakenly hit npm update
.After this command my application started crashing with a ton of conflicts and unfound modules in npm modules
.
What can i do to solve it?
**Errors**ERROR in ./node_modules/saucelabs/index.js
Module not found: Error: Can't resolve './lib-cov/SauceLabs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulessaucelabs'
ERROR in ./node_modules/protractor/built/runner.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'
ERROR in ./node_modules/protractor/built/bpRunner.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'
ERROR in ./node_modules/protractor/built/debugger.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'
ERROR in ./node_modules/selenium-webdriver/firefox/binary.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdriverfirefox'
ERROR in ./node_modules/selenium-webdriver/io/exec.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdriverio'
ERROR in ./node_modules/selenium-webdriver/net/portprober.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdrivernet'
ERROR in ./node_modules/saucelabs/lib/SauceLabs.js
Module not found: Error: Can't resolve 'crypto' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulessaucelabslib'
ERROR in ./node_modules/selenium-webdriver/node_modules/tmp/lib/tmp.js
Module not found: Error: Can't resolve 'crypto' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdrivernode_modulestmplib'
ERROR in ./node_modules/blocking-proxy/built/lib/webdriver_logger.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesblocking-proxybuiltlib'
ERROR in ./node_modules/fs.realpath/old.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesfs.realpath'
ERROR in ./node_modules/fs.realpath/index.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesfs.realpath'
ERROR in ./node_modules/glob/glob.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesglob'
ERROR in ./node_modules/glob/sync.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesglob'
ERROR in ./node_modules/protractor/built/logger.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'ERROR in ./node_modules/protractor/built/driverProviders/direct.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuiltdriverProviders'
ERROR in ./node_modules/protractor/built/driverProviders/local.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuiltdriverProviders'
ERROR in ./node_modules/protractor/node_modules/webdriver-manager/built/lib/cli/logger.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractornode_moduleswebdriver-managerbuiltlibcli'
ERROR in ./node_modules/rimraf/rimraf.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesrimraf'
ERROR in ./node_modules/selenium-webdriver/phantomjs.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdriver'
And the list goes on.What can i do
npm angular7 npm-update
Hello i am developing a Angular 7
application and i have mistakenly hit npm update
.After this command my application started crashing with a ton of conflicts and unfound modules in npm modules
.
What can i do to solve it?
**Errors**ERROR in ./node_modules/saucelabs/index.js
Module not found: Error: Can't resolve './lib-cov/SauceLabs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulessaucelabs'
ERROR in ./node_modules/protractor/built/runner.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'
ERROR in ./node_modules/protractor/built/bpRunner.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'
ERROR in ./node_modules/protractor/built/debugger.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'
ERROR in ./node_modules/selenium-webdriver/firefox/binary.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdriverfirefox'
ERROR in ./node_modules/selenium-webdriver/io/exec.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdriverio'
ERROR in ./node_modules/selenium-webdriver/net/portprober.js
Module not found: Error: Can't resolve 'child_process' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdrivernet'
ERROR in ./node_modules/saucelabs/lib/SauceLabs.js
Module not found: Error: Can't resolve 'crypto' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulessaucelabslib'
ERROR in ./node_modules/selenium-webdriver/node_modules/tmp/lib/tmp.js
Module not found: Error: Can't resolve 'crypto' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdrivernode_modulestmplib'
ERROR in ./node_modules/blocking-proxy/built/lib/webdriver_logger.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesblocking-proxybuiltlib'
ERROR in ./node_modules/fs.realpath/old.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesfs.realpath'
ERROR in ./node_modules/fs.realpath/index.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesfs.realpath'
ERROR in ./node_modules/glob/glob.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesglob'
ERROR in ./node_modules/glob/sync.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesglob'
ERROR in ./node_modules/protractor/built/logger.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuilt'ERROR in ./node_modules/protractor/built/driverProviders/direct.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuiltdriverProviders'
ERROR in ./node_modules/protractor/built/driverProviders/local.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractorbuiltdriverProviders'
ERROR in ./node_modules/protractor/node_modules/webdriver-manager/built/lib/cli/logger.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesprotractornode_moduleswebdriver-managerbuiltlibcli'
ERROR in ./node_modules/rimraf/rimraf.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesrimraf'
ERROR in ./node_modules/selenium-webdriver/phantomjs.js
Module not found: Error: Can't resolve 'fs' in 'C:UsersadrDesktopJSTsQuickiequickappnode_modulesselenium-webdriver'
And the list goes on.What can i do
npm angular7 npm-update
npm angular7 npm-update
asked Nov 19 at 6:41
Bercovici Adrian
9511715
9511715
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f53369535%2frecovering-from-a-wrong-npm-update%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