This repository was archived by the owner on May 16, 2025. It is now read-only.

Description
The only reliable repro I can get is that this happens every single time I attempt to document nwb's --[auto-]install option with some example output:
λ preact run Lightbulb.js --install
Starting Webpack compilation...
Compiled successfully in 4153 ms.
The app is running at http://localhost:3000/
Recompiling...
Installing bootstrap...
Failed to compile with 1 error.
ERROR in ./Lightbulb.js
Module not found: Error: Cannot resolve module 'bootstrap/dist/css/bootstrap.css' in C:\Users\Jonny\tmp\preact-play
@ ./Lightbulb.js 6:0-43
λ preact run Lightbulb.js --install
Starting Webpack compilation...
Compiled successfully in 17268 ms.
The app is running at http://localhost:3000/