Managing Packages with NPM - Add a Description to Your package.json

Tell us what’s happening:
Describe your issue in detail here.
I can’t find the way to define “globalThis”.
Your code so far

{
“author”: “Helena Vardanyan”,
“name”: “fcc-learn-npm-package-json”,
“dependencies”: {
“express”: “^4.18.2”,
“fastify”: “^3.29.0”,
@fastify/static”: “^6.10.1”,
“fastify-plugin”: “^4.5.0”,
“fastify-formbody”: “^5.3.0”,
“globalthis”: “^1.0.3”
},
“main”: “server.js”,
“scripts”: {
“start”: “node server.js”
},
“description”: “A project that does something awesome”,
“engines”: {
“node”: “8.11.2”
},
“repository”: {
“type”: “git”,
“url”: “boilerplate-npm - Replit
}
}

Your browser information:

User Agent is: Ipad (IOS) 16.4 Safari/605.1.15

Challenge: Managing Packages with NPM - Add a Description to Your package.json

Link to the challenge:

What is global this? The only thing you need to add to the package json file for this challenge is the description.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.