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
/Users/macbook/Documents/work/Health/react_native_scaffolding/node_modules/color-convert/index.js:67
var routes = route(fromModel);
^
TypeError: route is not a function
at /Users/macbook/Documents/work/Health/react_native_scaffolding/node_modules/color-convert/index.js:67:15
at Array.forEach ()
at Object. (/Users/macbook/Documents/work/Health/react_native_scaffolding/node_modules/color-convert/index.js:61:8)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Module.require (node:internal/modules/cjs/loader:1235:19)
at require (node:internal/modules/helpers:176:18)
at Object. (/Users/macbook/Documents/work/Health/react_native_scaffolding/node_modules/ansi-styles/index.js:2:22)
Node.js v20.11.0`
I tried the project with these commands: npm start npx expo prebuild --clean
The text was updated successfully, but these errors were encountered:
Hi,
I have cloned and after installation of node_modules I'm getting this error:
`
/Users/macbook/Documents/work/Health/react_native_scaffolding/node_modules/color-convert/index.js:67
var routes = route(fromModel);
^
TypeError: route is not a function
at /Users/macbook/Documents/work/Health/react_native_scaffolding/node_modules/color-convert/index.js:67:15
at Array.forEach ()
at Object. (/Users/macbook/Documents/work/Health/react_native_scaffolding/node_modules/color-convert/index.js:61:8)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Module.require (node:internal/modules/cjs/loader:1235:19)
at require (node:internal/modules/helpers:176:18)
at Object. (/Users/macbook/Documents/work/Health/react_native_scaffolding/node_modules/ansi-styles/index.js:2:22)
Node.js v20.11.0`
I tried the project with these commands:
npm start
npx expo prebuild --clean
The text was updated successfully, but these errors were encountered: