Tell us what’s happening:
Describe your issue in detail here.
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0
Challenge Information:
Basic Node and Express - Meet the Node console
when code run on browser it shows “Not found” .
HISTFILE=/workspace/.gitpod/cmd-0 history -r; {
npm install
} && {
npm run start
}
gitpod /workspace/boilerplate-express (main) $ HISTFILE=/workspace/.gitpod/cmd-0 history -r; {
npm install
} && {
npm run start
}
added 65 packages, and audited 66 packages in 1s
9 packages are looking for funding
run npm fund
for details
1 moderate severity vulnerability
To address all issues, run:
npm audit fix
Run npm audit
for details.
npm notice
npm notice New minor version of npm available! 10.2.4 → 10.4.0
npm notice Changelog: Release v10.4.0 · npm/cli · GitHub
npm notice Run npm install -g npm@10.4.0 to update!
npm notice
fcc-learn-node-with-express@0.1.0 start
node server.js
Node is listening on port 3000…
*