Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drwpow/webpack-serve-example
POC for bug
https://github.com/drwpow/webpack-serve-example
Last synced: 9 days ago
JSON representation
POC for bug
- Host: GitHub
- URL: https://github.com/drwpow/webpack-serve-example
- Owner: drwpow
- Created: 2018-03-22T19:00:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T19:01:59.000Z (almost 7 years ago)
- Last Synced: 2024-10-15T00:48:38.179Z (2 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-serve bug repro
### Instructions
1. Run `yarn`
2. Run `yarn start`See the following error:
```
module.js:545
throw err;
^Error: Cannot find module './lib/HotClientError'
at Function.Module._resolveFilename (module.js:543:15)
at Function.Module._load (module.js:470:25)
at Module.require (module.js:593:17)
at require (/Users/drew/Sites/webpack-serve/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
at Object. (/Users/drew/Sites/webpack-serve/node_modules/webpack-hot-client/index.js:5:24)
at Module._compile (/Users/drew/Sites/webpack-serve/node_modules/v8-compile-cache/v8-compile-cache.js:178:30)
at Object.Module._extensions..js (module.js:660:10)
at Module.load (module.js:561:32)
at tryModuleLoad (module.js:501:12)
at Function.Module._load (module.js:493:3)
error An unexpected error occurred: "Command failed.
```