npm install fails with vendor-manifest.json error #1636

Closed
opened 2025-08-09 17:21:03 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @sirockin on 5/2/2016

When running npm install I get the following error (on both Windows and Mac) whether installing from yeoman or directly from git repo template:

Error: Cannot find module './wwwroot/dist/vendor-manifest.json'
at Function.Module._resolveFilename (module.js:438:15)
at Function.Module._load (module.js:386:25)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object. (C:\Users\Sirockin\Source\aspnet5\spa\test\webpack.config.js:33:23)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)

*Originally created by @sirockin on 5/2/2016* When running npm install I get the following error (on both Windows and Mac) whether installing from yeoman or directly from git repo template: Error: Cannot find module './wwwroot/dist/vendor-manifest.json' at Function.Module._resolveFilename (module.js:438:15) at Function.Module._load (module.js:386:25) at Module.require (module.js:466:17) at require (internal/module.js:20:19) at Object.<anonymous> (C:\Users\Sirockin\Source\aspnet5\spa\test\webpack.config.js:33:23) at Module._compile (module.js:541:32) at Object.Module._extensions..js (module.js:550:10) at Module.load (module.js:456:32) at tryModuleLoad (module.js:415:12) at Function.Module._load (module.js:407:3)
fergalmoran added the bugbugbugbugbugbugbugbug labels 2025-08-09 17:21:03 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1636
No description provided.