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 Feb 26, 2024. It is now read-only.
I just unboxed truffle drizzle box with npx truffle unbox drizzle. I then downloaded the Ganache GUI from here. I can create a new workspace but cannot add a project. When adding the truffle drizzle box I get the following error
PLATFORM: linux Pop OS 18.10 (64 bit)
GANACHE VERSION: 2.1.0
EXCEPTION:
Error: watch ~/FRT/truffle-config.js ENOSPC
at exports._errnoException (util.js:1024:11)
at FSWatcher.start (fs.js:1394:19)
at Object.fs.watch (fs.js:1420:11)
at ProjectFsWatcher.start (/src/truffle-integration/projectFsWatcher.js:40:29)
at new ProjectFsWatcher (/src/truffle-integration/projectFsWatcher.js:25:10)
at ProjectsWatcher.add (/src/truffle-integration/projectsWatcher.js:130:23)
at process.<anonymous> (/src/truffle-integration/index.js:59:34)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
The text was updated successfully, but these errors were encountered:
I just unboxed truffle drizzle box with
npx truffle unbox drizzle
. I then downloaded the Ganache GUI from here. I can create a new workspace but cannot add a project. When adding the truffle drizzle box I get the following errorPLATFORM: linux Pop OS 18.10 (64 bit)
GANACHE VERSION: 2.1.0
EXCEPTION:
The text was updated successfully, but these errors were encountered: