Module not found: Error: Can't resolve 'path' in 'node_modulessource-map-support' - npm2019 Community Moderator ElectionTrouble unit testing service with the Router injected in the constructor in Angular 2Karma Webpack sourcemaps not workingangular-cli hmr and ngrx(SystemJS) XHR error @angular/commobundles/common.umd.js/http not foundProperty 'withServerTransition' does not exist on type 'typeof BrowserModule'.)Unknown compiler option 'files' launching ./node_modules/.bin/ng-xi18nIonic 3 and Angular 4 - Karma does not run the unit tests instantly. It takes a minute or above to start. Whats causing the slowness?HTTP_INTERCEPTORS and in general i face problems of “ not found” but when i use intercept of http my app not work?installation npm failed for an existing project with angular 4

How can an organ that provides biological immortality be unable to regenerate?

Symbolism of 18 Journeyers

Should I be concerned about student access to a test bank?

Knife as defense against stray dogs

Emojional cryptic crossword

How do researchers send unsolicited emails asking for feedback on their works?

Fair way to split coins

pipe commands inside find -exec?

Why is there so much iron?

Weird lines in Microsoft Word

How to balance a monster modification (zombie)?

Was World War I a war of liberals against authoritarians?

What will the Frenchman say?

Unfrosted light bulb

label a part of commutative diagram

Air travel with refrigerated insulin

Should a narrator ever describe things based on a characters view instead of fact?

What are the consequences of changing the number of hours in a day?

How are passwords stolen from companies if they only store hashes?

Does convergence of polynomials imply that of its coefficients?

Isn't the word "experience" wrongly used in this context?

Error in master's thesis, I do not know what to do

Hot air balloons as primitive bombers

PTIJ: Why do we make a Lulav holder?



Module not found: Error: Can't resolve 'path' in 'node_modulessource-map-support' - npm



2019 Community Moderator ElectionTrouble unit testing service with the Router injected in the constructor in Angular 2Karma Webpack sourcemaps not workingangular-cli hmr and ngrx(SystemJS) XHR error @angular/commobundles/common.umd.js/http not foundProperty 'withServerTransition' does not exist on type 'typeof BrowserModule'.)Unknown compiler option 'files' launching ./node_modules/.bin/ng-xi18nIonic 3 and Angular 4 - Karma does not run the unit tests instantly. It takes a minute or above to start. Whats causing the slowness?HTTP_INTERCEPTORS and in general i face problems of “ not found” but when i use intercept of http my app not work?installation npm failed for an existing project with angular 4










2















While Upgrading from Angular 5 to Angular 7, I got few errors like map and forkJoin are deprecated. But those errors are resolved. Still left with one error while running ng serve.



ERROR in ./node_modules/source-map-support/source-map-support.js
Module not found: Error: Can't resolve 'path' in 'D:projectnode_modulessource-map-support'


Could anyone please help to resolve this error. Not able to figure out which package is dependent on this in the below package.json



Package.json as follows




"name": "material",
"private": true,
"version": "1.0.0",
"main": "",
"scripts":
"ng": "ng",
"start": "ng serve",
"hmr": "ng serve --hmr -e=hmr",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"clean": "rimraf node_modules",
"clean-all": "rimraf node_modules dist dll && npm cache clean",
"reinstall": "rimraf node_modules && rm -f package-lock.json && npm install"
,
"dependencies":
"@angular/animations": "^7.2.7",
"@angular/cdk": "^7.3.3",
"@angular/common": "7.2.7",
"@angular/compiler": "7.2.7",
"@angular/core": "7.2.7",
"@angular/forms": "7.2.7",
"@angular/http": "7.2.7",
"@angular/material": "^7.3.3",
"@angular/platform-browser": "7.2.7",
"@angular/platform-browser-dynamic": "7.2.7",
"@angular/platform-server": "7.2.7",
"@angular/router": "7.2.7",
"@types/source-map-support": "^0.5.0",
"@types/underscore": "^1.8.13",
"angular-localstorage": "^1.1.5",
"angular2-csv": "^0.2.9",
"angular2-debounce": "^1.0.4",
"angular2-infinite-scroll": "^0.3.5",
"angular2-multiselect-dropdown": "^4.2.1",
"angular4-fusioncharts": "^1.0.0",
"bootstrap-scss": "^4.3.1",
"classlist.js": "^1.1.20150312",
"core-js": "^2.6.5",
"cors": "^2.8.5",
"d3": "^5.9.1",
"easy-pie-chart": "^2.1.7",
"echarts": "^4.1.0",
"font-awesome": "^4.7.0",
"fusioncharts": "^3.13.4",
"intl": "^1.2.5",
"jquery": "^3.3.1",
"jquery-slimscroll": "^1.3.8",
"jspdf": "^1.5.3",
"jspdf-autotable": "^3.0.13",
"ng-circle-progress": "^1.4.0",
"ng2-completer": "^2.0.8",
"ng2-dnd": "^5.0.2",
"ng2-smart-table": "^1.4.0",
"ng2-toasty": "^4.0.3",
"ng2modules-easypiechart": "0.0.4",
"ngx-dropdown": "0.0.22",
"ngx-echarts": "^4.1.0",
"ngx-filter-pipe": "^2.1.2",
"ngx-monaco-editor": "^7.0.0",
"ngx-popover": "0.0.16",
"npm": "^6.8.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.4.0",
"rxjs-compat": "^6.4.0",
"source-map-index-generator": "^0.1.2",
"source-map-support": "^0.4.11",
"underscore": "^1.9.1",
"webfontloader": "^1.6.28",
"zone.js": "^0.8.29"
,
"devDependencies":
"@angular-devkit/build-angular": "~0.13.0",
"@angular/cli": "^7.3.4",
"@angular/compiler-cli": "7.2.7",
"@angularclass/hmr": "^2.1.3",
"@angularclass/hmr-loader": "^3.0.4",
"@types/core-js": "^2.5.0",
"@types/file-saver": "^2.0.0",
"@types/hammerjs": "^2.0.36",
"@types/jasmine": "^3.3.9",
"@types/jquery": "^3.3.29",
"@types/node": "^11.10.4",
"add-asset-html-webpack-plugin": "^3.1.3",
"angular-router-loader": "^0.8.5",
"angular2-template-loader": "^0.6.2",
"autoprefixer": "^9.4.10",
"awesome-typescript-loader": "^5.2.1",
"bootstrap": "^4.3.1",
"clarity-angular": "^0.10.28",
"codelyzer": "^4.5.0",
"copy-webpack-plugin": "^5.0.0",
"css-loader": "^2.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^3.0.1",
"file-saver": "^2.0.1",
"hammerjs": "^2.0.8",
"html-webpack-plugin": "^3.2.0",
"jasmine-core": "^3.3.0",
"json-loader": "^0.5.7",
"jsonwebtoken": "^8.5.0",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"material-design-lite": "^1.3.0",
"moment": "^2.24.0",
"ng-router-loader": "^2.1.0",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^1.0.0",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-helpers": "^1.1.2",
"ts-node": "^8.0.2",
"tslib": "^1.9.0",
"tslint": "^5.13.1",
"tslint-loader": "^3.5.4",
"typescript": "^3.2.4",
"webpack-dev-server": "^3.2.1",
"webpack-dll-bundles-plugin": "^1.0.0-beta.5",
"webpack-merge": "^4.2.1"
,
"engines":
"node": ">=6.9.0",
"npm": ">= 3"











share|improve this question




























    2















    While Upgrading from Angular 5 to Angular 7, I got few errors like map and forkJoin are deprecated. But those errors are resolved. Still left with one error while running ng serve.



    ERROR in ./node_modules/source-map-support/source-map-support.js
    Module not found: Error: Can't resolve 'path' in 'D:projectnode_modulessource-map-support'


    Could anyone please help to resolve this error. Not able to figure out which package is dependent on this in the below package.json



    Package.json as follows




    "name": "material",
    "private": true,
    "version": "1.0.0",
    "main": "",
    "scripts":
    "ng": "ng",
    "start": "ng serve",
    "hmr": "ng serve --hmr -e=hmr",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "clean": "rimraf node_modules",
    "clean-all": "rimraf node_modules dist dll && npm cache clean",
    "reinstall": "rimraf node_modules && rm -f package-lock.json && npm install"
    ,
    "dependencies":
    "@angular/animations": "^7.2.7",
    "@angular/cdk": "^7.3.3",
    "@angular/common": "7.2.7",
    "@angular/compiler": "7.2.7",
    "@angular/core": "7.2.7",
    "@angular/forms": "7.2.7",
    "@angular/http": "7.2.7",
    "@angular/material": "^7.3.3",
    "@angular/platform-browser": "7.2.7",
    "@angular/platform-browser-dynamic": "7.2.7",
    "@angular/platform-server": "7.2.7",
    "@angular/router": "7.2.7",
    "@types/source-map-support": "^0.5.0",
    "@types/underscore": "^1.8.13",
    "angular-localstorage": "^1.1.5",
    "angular2-csv": "^0.2.9",
    "angular2-debounce": "^1.0.4",
    "angular2-infinite-scroll": "^0.3.5",
    "angular2-multiselect-dropdown": "^4.2.1",
    "angular4-fusioncharts": "^1.0.0",
    "bootstrap-scss": "^4.3.1",
    "classlist.js": "^1.1.20150312",
    "core-js": "^2.6.5",
    "cors": "^2.8.5",
    "d3": "^5.9.1",
    "easy-pie-chart": "^2.1.7",
    "echarts": "^4.1.0",
    "font-awesome": "^4.7.0",
    "fusioncharts": "^3.13.4",
    "intl": "^1.2.5",
    "jquery": "^3.3.1",
    "jquery-slimscroll": "^1.3.8",
    "jspdf": "^1.5.3",
    "jspdf-autotable": "^3.0.13",
    "ng-circle-progress": "^1.4.0",
    "ng2-completer": "^2.0.8",
    "ng2-dnd": "^5.0.2",
    "ng2-smart-table": "^1.4.0",
    "ng2-toasty": "^4.0.3",
    "ng2modules-easypiechart": "0.0.4",
    "ngx-dropdown": "0.0.22",
    "ngx-echarts": "^4.1.0",
    "ngx-filter-pipe": "^2.1.2",
    "ngx-monaco-editor": "^7.0.0",
    "ngx-popover": "0.0.16",
    "npm": "^6.8.0",
    "reflect-metadata": "^0.1.13",
    "rxjs": "^6.4.0",
    "rxjs-compat": "^6.4.0",
    "source-map-index-generator": "^0.1.2",
    "source-map-support": "^0.4.11",
    "underscore": "^1.9.1",
    "webfontloader": "^1.6.28",
    "zone.js": "^0.8.29"
    ,
    "devDependencies":
    "@angular-devkit/build-angular": "~0.13.0",
    "@angular/cli": "^7.3.4",
    "@angular/compiler-cli": "7.2.7",
    "@angularclass/hmr": "^2.1.3",
    "@angularclass/hmr-loader": "^3.0.4",
    "@types/core-js": "^2.5.0",
    "@types/file-saver": "^2.0.0",
    "@types/hammerjs": "^2.0.36",
    "@types/jasmine": "^3.3.9",
    "@types/jquery": "^3.3.29",
    "@types/node": "^11.10.4",
    "add-asset-html-webpack-plugin": "^3.1.3",
    "angular-router-loader": "^0.8.5",
    "angular2-template-loader": "^0.6.2",
    "autoprefixer": "^9.4.10",
    "awesome-typescript-loader": "^5.2.1",
    "bootstrap": "^4.3.1",
    "clarity-angular": "^0.10.28",
    "codelyzer": "^4.5.0",
    "copy-webpack-plugin": "^5.0.0",
    "css-loader": "^2.1.0",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^3.0.1",
    "file-saver": "^2.0.1",
    "hammerjs": "^2.0.8",
    "html-webpack-plugin": "^3.2.0",
    "jasmine-core": "^3.3.0",
    "json-loader": "^0.5.7",
    "jsonwebtoken": "^8.5.0",
    "karma": "^4.0.1",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage-istanbul-reporter": "^2.0.5",
    "karma-jasmine": "^2.0.1",
    "karma-jasmine-html-reporter": "^1.4.0",
    "material-design-lite": "^1.3.0",
    "moment": "^2.24.0",
    "ng-router-loader": "^2.1.0",
    "node-sass": "^4.11.0",
    "postcss-loader": "^3.0.0",
    "raw-loader": "^1.0.0",
    "rimraf": "^2.6.3",
    "sass-loader": "^7.1.0",
    "style-loader": "^0.23.1",
    "ts-helpers": "^1.1.2",
    "ts-node": "^8.0.2",
    "tslib": "^1.9.0",
    "tslint": "^5.13.1",
    "tslint-loader": "^3.5.4",
    "typescript": "^3.2.4",
    "webpack-dev-server": "^3.2.1",
    "webpack-dll-bundles-plugin": "^1.0.0-beta.5",
    "webpack-merge": "^4.2.1"
    ,
    "engines":
    "node": ">=6.9.0",
    "npm": ">= 3"











    share|improve this question


























      2












      2








      2








      While Upgrading from Angular 5 to Angular 7, I got few errors like map and forkJoin are deprecated. But those errors are resolved. Still left with one error while running ng serve.



      ERROR in ./node_modules/source-map-support/source-map-support.js
      Module not found: Error: Can't resolve 'path' in 'D:projectnode_modulessource-map-support'


      Could anyone please help to resolve this error. Not able to figure out which package is dependent on this in the below package.json



      Package.json as follows




      "name": "material",
      "private": true,
      "version": "1.0.0",
      "main": "",
      "scripts":
      "ng": "ng",
      "start": "ng serve",
      "hmr": "ng serve --hmr -e=hmr",
      "build": "ng build",
      "test": "ng test",
      "lint": "ng lint",
      "e2e": "ng e2e",
      "clean": "rimraf node_modules",
      "clean-all": "rimraf node_modules dist dll && npm cache clean",
      "reinstall": "rimraf node_modules && rm -f package-lock.json && npm install"
      ,
      "dependencies":
      "@angular/animations": "^7.2.7",
      "@angular/cdk": "^7.3.3",
      "@angular/common": "7.2.7",
      "@angular/compiler": "7.2.7",
      "@angular/core": "7.2.7",
      "@angular/forms": "7.2.7",
      "@angular/http": "7.2.7",
      "@angular/material": "^7.3.3",
      "@angular/platform-browser": "7.2.7",
      "@angular/platform-browser-dynamic": "7.2.7",
      "@angular/platform-server": "7.2.7",
      "@angular/router": "7.2.7",
      "@types/source-map-support": "^0.5.0",
      "@types/underscore": "^1.8.13",
      "angular-localstorage": "^1.1.5",
      "angular2-csv": "^0.2.9",
      "angular2-debounce": "^1.0.4",
      "angular2-infinite-scroll": "^0.3.5",
      "angular2-multiselect-dropdown": "^4.2.1",
      "angular4-fusioncharts": "^1.0.0",
      "bootstrap-scss": "^4.3.1",
      "classlist.js": "^1.1.20150312",
      "core-js": "^2.6.5",
      "cors": "^2.8.5",
      "d3": "^5.9.1",
      "easy-pie-chart": "^2.1.7",
      "echarts": "^4.1.0",
      "font-awesome": "^4.7.0",
      "fusioncharts": "^3.13.4",
      "intl": "^1.2.5",
      "jquery": "^3.3.1",
      "jquery-slimscroll": "^1.3.8",
      "jspdf": "^1.5.3",
      "jspdf-autotable": "^3.0.13",
      "ng-circle-progress": "^1.4.0",
      "ng2-completer": "^2.0.8",
      "ng2-dnd": "^5.0.2",
      "ng2-smart-table": "^1.4.0",
      "ng2-toasty": "^4.0.3",
      "ng2modules-easypiechart": "0.0.4",
      "ngx-dropdown": "0.0.22",
      "ngx-echarts": "^4.1.0",
      "ngx-filter-pipe": "^2.1.2",
      "ngx-monaco-editor": "^7.0.0",
      "ngx-popover": "0.0.16",
      "npm": "^6.8.0",
      "reflect-metadata": "^0.1.13",
      "rxjs": "^6.4.0",
      "rxjs-compat": "^6.4.0",
      "source-map-index-generator": "^0.1.2",
      "source-map-support": "^0.4.11",
      "underscore": "^1.9.1",
      "webfontloader": "^1.6.28",
      "zone.js": "^0.8.29"
      ,
      "devDependencies":
      "@angular-devkit/build-angular": "~0.13.0",
      "@angular/cli": "^7.3.4",
      "@angular/compiler-cli": "7.2.7",
      "@angularclass/hmr": "^2.1.3",
      "@angularclass/hmr-loader": "^3.0.4",
      "@types/core-js": "^2.5.0",
      "@types/file-saver": "^2.0.0",
      "@types/hammerjs": "^2.0.36",
      "@types/jasmine": "^3.3.9",
      "@types/jquery": "^3.3.29",
      "@types/node": "^11.10.4",
      "add-asset-html-webpack-plugin": "^3.1.3",
      "angular-router-loader": "^0.8.5",
      "angular2-template-loader": "^0.6.2",
      "autoprefixer": "^9.4.10",
      "awesome-typescript-loader": "^5.2.1",
      "bootstrap": "^4.3.1",
      "clarity-angular": "^0.10.28",
      "codelyzer": "^4.5.0",
      "copy-webpack-plugin": "^5.0.0",
      "css-loader": "^2.1.0",
      "extract-text-webpack-plugin": "^3.0.2",
      "file-loader": "^3.0.1",
      "file-saver": "^2.0.1",
      "hammerjs": "^2.0.8",
      "html-webpack-plugin": "^3.2.0",
      "jasmine-core": "^3.3.0",
      "json-loader": "^0.5.7",
      "jsonwebtoken": "^8.5.0",
      "karma": "^4.0.1",
      "karma-chrome-launcher": "^2.2.0",
      "karma-coverage-istanbul-reporter": "^2.0.5",
      "karma-jasmine": "^2.0.1",
      "karma-jasmine-html-reporter": "^1.4.0",
      "material-design-lite": "^1.3.0",
      "moment": "^2.24.0",
      "ng-router-loader": "^2.1.0",
      "node-sass": "^4.11.0",
      "postcss-loader": "^3.0.0",
      "raw-loader": "^1.0.0",
      "rimraf": "^2.6.3",
      "sass-loader": "^7.1.0",
      "style-loader": "^0.23.1",
      "ts-helpers": "^1.1.2",
      "ts-node": "^8.0.2",
      "tslib": "^1.9.0",
      "tslint": "^5.13.1",
      "tslint-loader": "^3.5.4",
      "typescript": "^3.2.4",
      "webpack-dev-server": "^3.2.1",
      "webpack-dll-bundles-plugin": "^1.0.0-beta.5",
      "webpack-merge": "^4.2.1"
      ,
      "engines":
      "node": ">=6.9.0",
      "npm": ">= 3"











      share|improve this question
















      While Upgrading from Angular 5 to Angular 7, I got few errors like map and forkJoin are deprecated. But those errors are resolved. Still left with one error while running ng serve.



      ERROR in ./node_modules/source-map-support/source-map-support.js
      Module not found: Error: Can't resolve 'path' in 'D:projectnode_modulessource-map-support'


      Could anyone please help to resolve this error. Not able to figure out which package is dependent on this in the below package.json



      Package.json as follows




      "name": "material",
      "private": true,
      "version": "1.0.0",
      "main": "",
      "scripts":
      "ng": "ng",
      "start": "ng serve",
      "hmr": "ng serve --hmr -e=hmr",
      "build": "ng build",
      "test": "ng test",
      "lint": "ng lint",
      "e2e": "ng e2e",
      "clean": "rimraf node_modules",
      "clean-all": "rimraf node_modules dist dll && npm cache clean",
      "reinstall": "rimraf node_modules && rm -f package-lock.json && npm install"
      ,
      "dependencies":
      "@angular/animations": "^7.2.7",
      "@angular/cdk": "^7.3.3",
      "@angular/common": "7.2.7",
      "@angular/compiler": "7.2.7",
      "@angular/core": "7.2.7",
      "@angular/forms": "7.2.7",
      "@angular/http": "7.2.7",
      "@angular/material": "^7.3.3",
      "@angular/platform-browser": "7.2.7",
      "@angular/platform-browser-dynamic": "7.2.7",
      "@angular/platform-server": "7.2.7",
      "@angular/router": "7.2.7",
      "@types/source-map-support": "^0.5.0",
      "@types/underscore": "^1.8.13",
      "angular-localstorage": "^1.1.5",
      "angular2-csv": "^0.2.9",
      "angular2-debounce": "^1.0.4",
      "angular2-infinite-scroll": "^0.3.5",
      "angular2-multiselect-dropdown": "^4.2.1",
      "angular4-fusioncharts": "^1.0.0",
      "bootstrap-scss": "^4.3.1",
      "classlist.js": "^1.1.20150312",
      "core-js": "^2.6.5",
      "cors": "^2.8.5",
      "d3": "^5.9.1",
      "easy-pie-chart": "^2.1.7",
      "echarts": "^4.1.0",
      "font-awesome": "^4.7.0",
      "fusioncharts": "^3.13.4",
      "intl": "^1.2.5",
      "jquery": "^3.3.1",
      "jquery-slimscroll": "^1.3.8",
      "jspdf": "^1.5.3",
      "jspdf-autotable": "^3.0.13",
      "ng-circle-progress": "^1.4.0",
      "ng2-completer": "^2.0.8",
      "ng2-dnd": "^5.0.2",
      "ng2-smart-table": "^1.4.0",
      "ng2-toasty": "^4.0.3",
      "ng2modules-easypiechart": "0.0.4",
      "ngx-dropdown": "0.0.22",
      "ngx-echarts": "^4.1.0",
      "ngx-filter-pipe": "^2.1.2",
      "ngx-monaco-editor": "^7.0.0",
      "ngx-popover": "0.0.16",
      "npm": "^6.8.0",
      "reflect-metadata": "^0.1.13",
      "rxjs": "^6.4.0",
      "rxjs-compat": "^6.4.0",
      "source-map-index-generator": "^0.1.2",
      "source-map-support": "^0.4.11",
      "underscore": "^1.9.1",
      "webfontloader": "^1.6.28",
      "zone.js": "^0.8.29"
      ,
      "devDependencies":
      "@angular-devkit/build-angular": "~0.13.0",
      "@angular/cli": "^7.3.4",
      "@angular/compiler-cli": "7.2.7",
      "@angularclass/hmr": "^2.1.3",
      "@angularclass/hmr-loader": "^3.0.4",
      "@types/core-js": "^2.5.0",
      "@types/file-saver": "^2.0.0",
      "@types/hammerjs": "^2.0.36",
      "@types/jasmine": "^3.3.9",
      "@types/jquery": "^3.3.29",
      "@types/node": "^11.10.4",
      "add-asset-html-webpack-plugin": "^3.1.3",
      "angular-router-loader": "^0.8.5",
      "angular2-template-loader": "^0.6.2",
      "autoprefixer": "^9.4.10",
      "awesome-typescript-loader": "^5.2.1",
      "bootstrap": "^4.3.1",
      "clarity-angular": "^0.10.28",
      "codelyzer": "^4.5.0",
      "copy-webpack-plugin": "^5.0.0",
      "css-loader": "^2.1.0",
      "extract-text-webpack-plugin": "^3.0.2",
      "file-loader": "^3.0.1",
      "file-saver": "^2.0.1",
      "hammerjs": "^2.0.8",
      "html-webpack-plugin": "^3.2.0",
      "jasmine-core": "^3.3.0",
      "json-loader": "^0.5.7",
      "jsonwebtoken": "^8.5.0",
      "karma": "^4.0.1",
      "karma-chrome-launcher": "^2.2.0",
      "karma-coverage-istanbul-reporter": "^2.0.5",
      "karma-jasmine": "^2.0.1",
      "karma-jasmine-html-reporter": "^1.4.0",
      "material-design-lite": "^1.3.0",
      "moment": "^2.24.0",
      "ng-router-loader": "^2.1.0",
      "node-sass": "^4.11.0",
      "postcss-loader": "^3.0.0",
      "raw-loader": "^1.0.0",
      "rimraf": "^2.6.3",
      "sass-loader": "^7.1.0",
      "style-loader": "^0.23.1",
      "ts-helpers": "^1.1.2",
      "ts-node": "^8.0.2",
      "tslib": "^1.9.0",
      "tslint": "^5.13.1",
      "tslint-loader": "^3.5.4",
      "typescript": "^3.2.4",
      "webpack-dev-server": "^3.2.1",
      "webpack-dll-bundles-plugin": "^1.0.0-beta.5",
      "webpack-merge": "^4.2.1"
      ,
      "engines":
      "node": ">=6.9.0",
      "npm": ">= 3"








      angular npm angular7






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 8 at 1:24









      mruanova

      1,88421431




      1,88421431










      asked Mar 7 at 18:43









      Thilak RajThilak Raj

      2511317




      2511317






















          1 Answer
          1






          active

          oldest

          votes


















          2














          It appears as though your source-map-support module needs the path module to proceed and it can't find said module:




          Can't resolve 'path' in 'D:projectnode_modulessource-map-support'




          Perhaps you could try installing this module and see if this resolves your issue:



          npm install --save path


          Hopefully that helps!






          share|improve this answer
























            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%2f55050758%2fmodule-not-found-error-cant-resolve-path-in-node-modules-source-map-suppo%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2














            It appears as though your source-map-support module needs the path module to proceed and it can't find said module:




            Can't resolve 'path' in 'D:projectnode_modulessource-map-support'




            Perhaps you could try installing this module and see if this resolves your issue:



            npm install --save path


            Hopefully that helps!






            share|improve this answer





























              2














              It appears as though your source-map-support module needs the path module to proceed and it can't find said module:




              Can't resolve 'path' in 'D:projectnode_modulessource-map-support'




              Perhaps you could try installing this module and see if this resolves your issue:



              npm install --save path


              Hopefully that helps!






              share|improve this answer



























                2












                2








                2







                It appears as though your source-map-support module needs the path module to proceed and it can't find said module:




                Can't resolve 'path' in 'D:projectnode_modulessource-map-support'




                Perhaps you could try installing this module and see if this resolves your issue:



                npm install --save path


                Hopefully that helps!






                share|improve this answer















                It appears as though your source-map-support module needs the path module to proceed and it can't find said module:




                Can't resolve 'path' in 'D:projectnode_modulessource-map-support'




                Perhaps you could try installing this module and see if this resolves your issue:



                npm install --save path


                Hopefully that helps!







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Mar 7 at 19:13

























                answered Mar 7 at 19:06









                Nathan WrightNathan Wright

                1,1231213




                1,1231213





























                    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%2f55050758%2fmodule-not-found-error-cant-resolve-path-in-node-modules-source-map-suppo%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