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
These is what I run. Any idea what I am doing wrong? I am literally following the instructions in the main README.
$ npm init -y
$ npm install tiddlyserver --save-exact
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
+ [email protected]
added 3 packages from 2 contributors and audited 3 packages in 1.05s
found 0 vulnerabilities
$ cat settings.json
{
"tree": "./webroot",
"bindInfo": {
"bindWildcard": true
}
}
$ npx tiddlyserver --config settings.json
[ERROR] 2020-07-24 15:50:10 caught process uncaughtException 'The settings file is v2.0 and must be upgraded.'
The text was updated successfully, but these errors were encountered:
You need to add the $schema key. The value can just be the string "true".
If you run npx tiddlyserver --gen-schema settings.schema.json and then set the $schema key to that file, certain code editors will give you intellisense. It's a bit hacky but should work. That part is optional though.
These is what I run. Any idea what I am doing wrong? I am literally following the instructions in the main README.
The text was updated successfully, but these errors were encountered: