Darazu
Darazu
Explore posts from servers
CCoder.com
Created by Darazu on 3/14/2024 in #help
expo go and code server
Hey all ! I managed to install npm and Node.js on my Docker container of Code Server, but when I run the command 'npm start,' I receive the following error message: Logs for your project will appear below. Press Ctrl+C to exit. Failed to construct transformer: Error: ENOSPC: System limit for number of file watchers reached, watch '/config/projettm' at FSWatcher.<computed> (node:internal/fs/watchers:247:19) at Object.watch (node:fs:2473:36) at NodeWatcher._watchdir (/config/projettm/node_modules/metro-file-map/src/watchers/NodeWatcher.js:89:24) at new NodeWatcher (/config/projettm/node_modules/metro-file-map/src/watchers/NodeWatcher.js:22:10) at createWatcherBackend (/config/projettm/node_modules/metro-file-map/src/Watcher.js:172:23) at Array.map (<anonymous>) at Watcher.watch (/config/projettm/node_modules/metro-file-map/src/Watcher.js:200:27) at FileMap._watch (/config/projettm/node_modules/metro-file-map/src/index.js:775:25) at /config/projettm/node_modules/metro-file-map/src/index.js:228:20 at DependencyGraph.ready (/config/projettm/node_modules/metro/src/node-haste/DependencyGraph.js:76:5) { errno: -28, syscall: 'watch', code: 'ENOSPC', path: '/config/projettm', filename: '/config/projettm' } can someone help me ?
3 replies