trufflesuite / drizzle

Reactive Ethereum dapp UI suite
907 stars 238 forks source link

Can't run default example #125

Open marecl opened 2 years ago

marecl commented 2 years ago

Using latest drizzle app can't launch. No matter the installation method it always throws an error. (apart from loads and loads of "package is obsolete" and "please update" :) )

> app@0.1.0 start
> react-scripts start

node:internal/modules/cjs/loader:936
  throw err;
  ^

Error: Cannot find module 'react'
Require stack:
- C:\Users\Marek\AppData\Roaming\npm\node_modules\react-scripts\scripts\start.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.resolve (node:internal/modules/cjs/helpers:108:19)
    at Object.<anonymous> (C:\Users\Marek\AppData\Roaming\npm\node_modules\react-scripts\scripts\start.js:52:31)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    'C:\\Users\\Marek\\AppData\\Roaming\\npm\\node_modules\\react-scripts\\scripts\\start.js'
  ]
}
fainashalts commented 2 years ago

Hi @marecl thank you for bringing this to our attention! We're hoping to revamp drizzle soon and will add this issue to the backlog. We'll keep you posted!