Ray Wenderlich Store | RWDevCon 2017 Vault - Bundle


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5156-rwdevcon-2018-vault/lessons/11

Hello and thank you for your interest in my talk on WebKit Web Views.

There is a small issue with the Deskbook Server that was bundled along with the Vault. To get the server running, please perform the following steps at least once after you extract the vault files:

# Change to the Server/DeskbookServer folder inside this talk's files
cd /your/path/to/the/vault/11-Advanced-WKWebView/Server/DeskbookServer/
# Remove the provided node_odules
rm -rf node_modules
# Reinstall node_modules
npm i
# Start the Node Server
./xStartDev.sh

After you’ve done this at least once, you should only need to do ./xStartDev.sh to start the Node Server.

Thank you for watching my talk and I look forward to answering any of your questions.

Eric

1 Like