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
I got these errors in the browser console when opening my out.html
Uncaught Version of ink used to build story was newer than the current verison of the engine
out.html:6232 Uncaught TypeError: window.blotterStart is not a function
at out.html:6232:8
These are the steps I took:
Use Inklecate v1.0.0 to compile my .ink into .ink.json
Installed gall with npm install -g gall
Create a new gall-ish project with gall new
Moved my .ink.json to sources/story.ink.json
Then build out.html with gall build
The text was updated successfully, but these errors were encountered:
I got these errors in the browser console when opening my
out.html
These are the steps I took:
npm install -g gall
gall new
gall build
The text was updated successfully, but these errors were encountered: