question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doesn't start per directions on README.md

See original GitHub issue

After running npm start on the project we get told to report the issue.

root@Renegade:/data2/nodetube# npm start

NodeTube@1.0.0 start /data2/nodetube node --max-old-space-size=4096 app.js

module.js:549 throw err; ^

Error: Cannot find module ‘express’ at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object.<anonymous> (/data2/nodetube/app.js:4:17) at Module._compile (module.js:652:30) at Object.Module._extensions…js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3)

npm ERR! Linux 5.3.0-40-generic npm ERR! argv “/usr/bin/node” “/usr/bin/npm” “start” npm ERR! node v8.10.0 npm ERR! npm v3.5.2 npm ERR! code ELIFECYCLE npm ERR! NodeTube@1.0.0 start: node --max-old-space-size=4096 app.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the NodeTube@1.0.0 start script ‘node --max-old-space-size=4096 app.js’. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the NodeTube package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node --max-old-space-size=4096 app.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs NodeTube npm ERR! Or if that isn’t available, you can get their info via: npm ERR! npm owner ls NodeTube npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /data2/nodetube/npm-debug.log

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mayeauxcommented, Feb 29, 2020

You’re missing your dependencies. If you run $ npm install does it seem to install your deps correctly?

0reactions
mayeauxcommented, Mar 1, 2020

Closing this @steowens lmk if you still need help

Read more comments on GitHub >

github_iconTop Results From Across the Web

New lines inside paragraph in README.md - Stack Overflow
Interpreting newlines as <br /> used to be a feature of Github-flavored markdown, ... The easiest way is to ensure that each line...
Read more >
mentions do not render in README.md #209 - github/markup
This solved my case because we just needed a way to dynamically link because team members can change. This linking not being automatic...
Read more >
Writing a README - LearnHowToProgram.com
When we create a README.md file, it should always be stored at the top level of the project directory. There are two reasons...
Read more >
Solved: README not rendered, but why? - Atlassian Community
Solved: Hi, I'm trying to get my README.md file to display in the source page, but I only see: Not getting that to...
Read more >
How to create a Readme.md file? - Medium
It is Mostly used inside github, gitlab and in other documentation work. How to Create an Md File? INSTRUCTIONS. Before creating a Readme.md...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found