I’ve added the author: name key value pair, tried every link available using the share button (project, app, code) as well as trying the actual URL to the page. Still getting Unexpected token < in JSON at position 0. Also have started a new Glitch project 3 times as I read that occasionally default wouldn’t render correctly, as well as disabling all Ublock and Privacy Badger thinking it could be a scripting issue.
Can’t link glitch because I haven’t used the forum enough apparently. So here’s it spelled out: www glitch dot com/~grizzled-cardigan
Copy of package.json:
{
“//1”: “describes your app and its dependencies”,
“//2”: “”,
“//3”: “updating this file will download and update your packages”,
“name”: “hello-express”,
“version”: “0.0.1”,
“author”: “Colin F.”,
“description”: “A simple Node app built on Express, instantly up and running.”,
“main”: “server.js”,
“scripts”: {
“start”: “node server.js”
},
“dependencies”: {
“express”: “^4.16.4”
},
“engines”: {
“node”: “8.x”
},
“repository”: {
“url”: “cant link due to security reasons on forum”
},
“license”: “MIT”,
“keywords”: [
“node”,
“glitch”,
“express”
]
}