Tell us what’s happening:
Describe your issue in detail here.
When adding moment version 2.14.0 to package.json when clicking “I’ve completed this challenge” the tests are not passes. Verified that package is included in package file.
{
"name": "fcc-learn-npm-package-json",
"author": "Jason",
"description": "Free Code Camp microservices demo",
"keywords": [
"freecodecamp",
"microservices",
"javascript"
],
"license": "MIT",
"version": "1.0.0",
"dependencies": {
"moment": "2.14.0",
"express": "^4.14.0"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://idontknow/todo.git"
}
}
Your project link(s)
solution: https://fcc-microservices21.herokuapp.com/_api/package.json
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0
Challenge: Expand Your Project with External Packages from npm
Link to the challenge: