Hi there, I already have knowledges in npm and nodejs and package json, as required on the first lesson - “Add your name to the author-field in the package.json of your Glitch project.”, this is what I did and got on the passing test of freecodecamp
// running tests
Unexpected token < in JSON at position 0
// tests completed
which is quite annoying actually, can someone could help to get a solution for maybe a test error ?
{ "author": "LaurelineLowla", "name": "hello-express", "version": "0.0.1", "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": "https://glitch.com/edit/#!/hello-express" }, "license": "MIT", "keywords": [ "node", "glitch", "express" ] }