FormidableLabs / spectacle

A React-based library for creating sleek presentations using JSX syntax that gives you the ability to live demo your code.
https://commerce.nearform.com/open-source/spectacle/
MIT License
9.7k stars 690 forks source link

missing `raw-loader` after first install with `npx create-spectacle` #1316

Open flexbox opened 4 months ago

flexbox commented 4 months ago

Prerequisites

Describe Your Environment

What version of Spectacle are you using? (can be found by running npm list --depth 0 spectacle)

spectacle@10.1.7

What version of React are you using? (can be found by running npm list --depth 0 react)

react@18.2.0

What browser are you using? (e.g., Chrome 105.0.5195.102, Safari 16.0) ARC

What platform are you on? (e.g., Windows, macOS, iOS, Android) macOS

Describe the Problem

  1. running npx create-spectacle
  2. yarn
  3. yarn start
  4. Error: Cannot find module 'raw-loader'

CleanShot 2024-02-23 at 16 47 56@2x

Expected behavior: [What you expect to happen] not crashing

Actual behavior: [What actually happens] Crash

Additional Information

kumavis commented 1 month ago

encountering this as well