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
I'm getting all this kind of errors related with ENOENT: no such file or directory, not sure if it's due I'm running it in on Win10
Logs for your project will appear below. Press Ctrl+C to exit.
Web Bundling complete 3856ms
./node_modules/react-dev-utils/webpackHotDevClient.js
Module build failed (from ./node_modules/thread-loader/dist/cjs.js):
Thread Loader (Worker 0)
ENOENT: no such file or directory, open 'C:\trials\tamagui-expo-example\node_modules\react-native-web\dist\cjs\index.js\dist\tamagui-exports.js'
at PoolWorker.fromErrorObj (C:\trials\tamagui-expo-example\node_modules\thread-loader\dist\WorkerPool.js:346:12)
at C:\trials\tamagui-expo-example\node_modules\thread-loader\dist\WorkerPool.js:219:29
at mapSeries (C:\trials\tamagui-expo-example\node_modules\neo-async\async.js:3625:14)
at Object.openSync (node:fs:585:3)
at Object.writeFileSync (node:fs:2157:35)
at patchReactNativeWeb (C:\trials\tamagui-expo-example\node_modules\@tamagui\static\dist\cjs\patchReactNativeWeb.js:52:8)
at Object.loader (C:\trials\tamagui-expo-example\node_modules\tamagui-loader\dist\cjs\loader.js:56:43)
./node_modules/expo/AppEntry.js
Module build failed (from ./node_modules/thread-loader/dist/cjs.js):
Thread Loader (Worker 1)
ENOENT: no such file or directory, open 'C:\trials\tamagui-expo-example\node_modules\react-native-web\dist\cjs\index.js\dist\tamagui-exports.js'
at PoolWorker.fromErrorObj (C:\trials\tamagui-expo-example\node_modules\thread-loader\dist\WorkerPool.js:346:12)
at C:\trials\tamagui-expo-example\node_modules\thread-loader\dist\WorkerPool.js:219:29
at mapSeries (C:\trials\tamagui-expo-example\node_modules\neo-async\async.js:3625:14)
at Object.openSync (node:fs:585:3)
at Object.writeFileSync (node:fs:2157:35)
at patchReactNativeWeb (C:\trials\tamagui-expo-example\node_modules\@tamagui\static\dist\cjs\patchReactNativeWeb.js:52:8)
at Object.loader (C:\trials\tamagui-expo-example\node_modules\tamagui-loader\dist\cjs\loader.js:56:43)
(webpack)/hot/dev-server.js
Module build failed (from ./node_modules/thread-loader/dist/cjs.js):
Thread Loader (Worker 2)
ENOENT: no such file or directory, open 'C:\trials\tamagui-expo-example\node_modules\react-native-web\dist\cjs\index.js\dist\tamagui-exports.js'
at PoolWorker.fromErrorObj (C:\trials\tamagui-expo-example\node_modules\thread-loader\dist\WorkerPool.js:346:12)
at C:\trials\tamagui-expo-example\node_modules\thread-loader\dist\WorkerPool.js:219:29
at mapSeries (C:\trials\tamagui-expo-example\node_modules\neo-async\async.js:3625:14)
at Object.openSync (node:fs:585:3)
at Object.writeFileSync (node:fs:2157:35)
at patchReactNativeWeb (C:\trials\tamagui-expo-example\node_modules\@tamagui\static\dist\cjs\patchReactNativeWeb.js:52:8)
at Object.loader (C:\trials\tamagui-expo-example\node_modules\tamagui-loader\dist\cjs\loader.js:56:43)
The text was updated successfully, but these errors were encountered:
I'm getting all this kind of errors related with
ENOENT: no such file or directory
, not sure if it's due I'm running it in on Win10The text was updated successfully, but these errors were encountered: