You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
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" :) )
> [email protected] 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'
]
}
The text was updated successfully, but these errors were encountered:
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!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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" :) )
The text was updated successfully, but these errors were encountered: