super
September 30, 2020, 11:35pm
#1
Tell us what’s happening:
Entered the suggested exactly into the package.json, and the test fails:
“author”: “Jane Doe”,
Your code so far
https://repl.it/@controlunit/boilerplate-npm#package.json
{
"name": "fcc-learn-npm-package-json",
"author": "Jane Doe",
"dependencies": {
"express": "^4.14.0"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "8.11.2"
},
"repository": {
"type": "git",
"url": "https://idontknow/todo.git"
}
}
Your browser information:
chromium
Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package
Link to the challenge:
Learn to code. Build projects. Earn certifications.Since 2015, 40,000 graduates have gotten jobs at tech companies including Google, Apple, Amazon, and Microsoft.
Hello~!
Which link are you submitting to the challenge box?
super
September 30, 2020, 11:44pm
#3
https://repl.it/@controlunit/boilerplate-npm#package.json
Ah that is the link to the editor view. You need to submit the link to the live project view.
On the right is the PIP browser preview - if you click the little button it will open a live view of your project - that is the link you want to submit.
super
September 30, 2020, 11:57pm
#5
Apparently there is a green button that says Run
, and by clicking it, the browser view of the project is opened with a link above it, it is this link.
Thanks
ilenia
closed
March 29, 2021, 11:57pm
#6
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.