epubjs-reader icon indicating copy to clipboard operation
epubjs-reader copied to clipboard

Typo - to start it

Open mitra42 opened this issue 6 years ago • 0 comments

It said node start which of course complains

node start
internal/modules/cjs/loader.js:783
    throw err;
    ^

Error: Cannot find module '/Users/mitra/git/epubjs-reader/start'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:780:15)
    at Function.Module._load (internal/modules/cjs/loader.js:685:27)
    at Function.Module.runMain (internal/modules/cjs/loader.js:1014:10)
    at internal/main/run_main_module.js:17:11 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []

Pretty sure it meant npm start to run the "start": "node tools/serve", line in package.json

mitra42 avatar Dec 07 '19 02:12 mitra42