TriNutz
TriNutz
TTypebot
Created by TriNutz on 9/5/2024 in #help-and-questions
Type 'Timer' is not assignable to type 'number' - SelectedFile.tsx / VoiceRecorder.tsx
Type 'Timer' is not assignable to type 'number' fix: replace Timer by Timeout
4 replies
TTypebot
Created by TriNutz on 9/2/2024 in #help-and-questions
isolated-vm - memory file not found - MacOS
If you encounter this issue, here is a fix:
/Users/xxx/Library/Caches/node-gyp/21.6.2/include/node/v8.hfatal error: 'memory' file not found
/Users/xxx/Library/Caches/node-gyp/21.6.2/include/node/v8.hfatal error: 'memory' file not found
sudo xcode-select -s /Applications/Xcode.app
sudo xcode-select -s /Applications/Xcode.app
fixes it!
1 replies