This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### macOS Catalina: “App is damaged and can't be opened. You should move it to the trash.” | |
``` | |
sudo xattr -rd com.apple.quarantine '/Applications/Navicat Premium.app' | |
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const childProcess = require('child_process'); | |
childProcess.exec(`start http://localhost:${env.port}`); |
NewerOlder