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
https://github.com/sveltejs/sapper/issues/1151#issuecomment-612815571 | |
As mentioned above, going to node_modules/sapper/sapper-dev-client.js and changing | |
export function connect(port) { | |
if (source || !window.EventSource) return; | |
To |
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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# export PATH="$HOME/.npm-packages/bin:$PATH" | |
# export PATH="$HOME/.node/bin:$PATH" | |
# export PATH="$HOME/usr/local/bin:$PATH" | |
export PATH="$HOME/usr/local/bin:$PATH" | |
# Path to your oh-my-zsh installation. | |
# export ZSH="/Users/andrew.colclough/.oh-my-zsh" | |
ZSH_DISABLE_COMPFIX="true" |
OlderNewer