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.
What's weird is that even after reverting this script to how it was, this error continues to happen. Ganache crashes everytime I run tuffle migrate/
PLATFORM: win32
GANACHE VERSION: 2.7.1
EXCEPTION:
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received null
at validateString (internal/validators.js:124:11)
at Object.extname (path.js:752:5)
at ProjectFsWatcher.handleContractFileEvent (C:\Program Files\WindowsApps\GanacheUI_2.7.1.0_x64__rb4352f0jd4m2\app\resources\static\node\truffle-integration\projectFsWatcher.js:155:28)
at FSWatcher.<anonymous> (C:\Program Files\WindowsApps\GanacheUI_2.7.1.0_x64__rb4352f0jd4m2\app\resources\static\node\truffle-integration\projectFsWatcher.js:186:16)
at FSWatcher.emit (events.js:315:20)
at FSEvent.FSWatcher._handle.onchange (internal/fs/watchers.js:186:12)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This error first appeared when I tried to deploy an upgradable contract.
My migration script looks like this:
What's weird is that even after reverting this script to how it was, this error continues to happen. Ganache crashes everytime I run tuffle migrate/
PLATFORM: win32
GANACHE VERSION: 2.7.1
EXCEPTION:
The text was updated successfully, but these errors were encountered: