How to post Solution Link

Tell us what’s happening:
Describe your issue in detail here.
First off, the Managing Packages with NPM challenge says I can “Optionally, also submit a link to your project’s source code in the GitHubt Link field” which there is none. So after cloning and then pushing the project to my GitHub I saw there was no place to add my link. Second, this Replit build keeps failing and thus the link to my solution will not work. I keep getting a “exit status 1” when running the boilerplate-npm on replit.

Your project link(s)

solution: boilerplate-npm - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0

Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package

Link to the challenge:

HI @DukeBot18 !

Welcome to the forum!

When I ran it, I am receiving this error message

Error: Cannot find module 'express'

That means you need to install express.
In the shell, you can run this command and hit enter

npm i express

You should see this similar output

Then click the run button again and it should work.
Make sure to submit the url found above the preview here

Hope that helps!

I ran npm install and the website now works. However after opening the site and submitting the URL for the challenge I now get a new error "/ running tests "dependencies" should include "moment" "moment" version should be "2.10.2" // tests completed

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