Skip to content

trying to install, get error: Cannot find module '/opt/TidalWave/build/server/server.js' #8

@zeigerpuppy

Description

@zeigerpuppy

I have attempted to install using the following procedure on Debian Jessie:

cd /opt
git clone https://github.com/MisterTea/TidalWave.git
cd /TidalWave
npm install

I get a few warnings after installing but nothing major:

npm WARN package.json angular-bootstrap@0.12.2 No README data
npm WARN package.json highlightjs@8.7.0 No repository field.
npm WARN cannot run in wd TidalWave@0.0.0 npm run bower ; npm run buildClient ; npm run tsd ; npm run buildServer (wd=/opt/TidalWave)

When I try to npm start, it throws the error:

> TidalWave@0.0.0 start /opt/TidalWave
> node build/server/server.js --optionsFile=options.json | ./node_modules/.bin/bunyan


module.js:340
    throw err;
          ^
Error: Cannot find module '/opt/TidalWave/build/server/server.js'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Function.Module.runMain (module.js:497:10)
    at startup (node.js:119:16)
    at node.js:906:3

any ideas, the file doesn't seem to exist?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions