Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get ASQ installed/running #168

Open
Meorge opened this issue Nov 30, 2019 · 0 comments
Open

Can't get ASQ installed/running #168

Meorge opened this issue Nov 30, 2019 · 0 comments

Comments

@Meorge
Copy link

Meorge commented Nov 30, 2019

For the past week or two I've been trying to get ASQ running using the installation guide, but I run into errors no matter what.

I receive this error when attempting to run npm start. Notably, there is no slide2html folder in the ASQ directory after running the other commands npm install and npm run build:pro.

> [email protected] start /Users/malcolmanderson/Documents/Programming/ASQ
> NODE_ENV=production node -r dotenv/config app.js dotenv_config_silent=true

internal/modules/cjs/loader.js:800
    throw err;
    ^

Error: Cannot find module '../../slide2html'
Require stack:
- /Users/malcolmanderson/Documents/Programming/ASQ/lib/upload/pdf.js
- /Users/malcolmanderson/Documents/Programming/ASQ/lib/upload/upload.js
- /Users/malcolmanderson/Documents/Programming/ASQ/routes/user/presentations/handlers.js
- /Users/malcolmanderson/Documents/Programming/ASQ/routes/user/presentations/routes.js
- /Users/malcolmanderson/Documents/Programming/ASQ/routes/user/presentations/index.js
- /Users/malcolmanderson/Documents/Programming/ASQ/routes/user/routes.js
- /Users/malcolmanderson/Documents/Programming/ASQ/routes/user/index.js
- /Users/malcolmanderson/Documents/Programming/ASQ/routes/routes.js
- /Users/malcolmanderson/Documents/Programming/ASQ/routes/index.js
- /Users/malcolmanderson/Documents/Programming/ASQ/lib/middleware/index.js
- /Users/malcolmanderson/Documents/Programming/ASQ/app.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:797:15)
    at Function.Module._load (internal/modules/cjs/loader.js:690:27)
    at Module.require (internal/modules/cjs/loader.js:852:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (/Users/malcolmanderson/Documents/Programming/ASQ/lib/upload/pdf.js:15:20)
    at Module._compile (internal/modules/cjs/loader.js:959:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
    at Module.load (internal/modules/cjs/loader.js:815:32)
    at Function.Module._load (internal/modules/cjs/loader.js:727:14)
    at Module.require (internal/modules/cjs/loader.js:852:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (/Users/malcolmanderson/Documents/Programming/ASQ/lib/upload/upload.js:10:13)
    at Module._compile (internal/modules/cjs/loader.js:959:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
    at Module.load (internal/modules/cjs/loader.js:815:32)
    at Function.Module._load (internal/modules/cjs/loader.js:727:14)
    at Module.require (internal/modules/cjs/loader.js:852:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (/Users/malcolmanderson/Documents/Programming/ASQ/routes/user/presentations/handlers.js:19:16)
    at Module._compile (internal/modules/cjs/loader.js:959:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
    at Module.load (internal/modules/cjs/loader.js:815:32) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/Users/malcolmanderson/Documents/Programming/ASQ/lib/upload/pdf.js',
    '/Users/malcolmanderson/Documents/Programming/ASQ/lib/upload/upload.js',
    '/Users/malcolmanderson/Documents/Programming/ASQ/routes/user/presentations/handlers.js',
    '/Users/malcolmanderson/Documents/Programming/ASQ/routes/user/presentations/routes.js',
    '/Users/malcolmanderson/Documents/Programming/ASQ/routes/user/presentations/index.js',
    '/Users/malcolmanderson/Documents/Programming/ASQ/routes/user/routes.js',
    '/Users/malcolmanderson/Documents/Programming/ASQ/routes/user/index.js',
    '/Users/malcolmanderson/Documents/Programming/ASQ/routes/routes.js',
    '/Users/malcolmanderson/Documents/Programming/ASQ/routes/index.js',
    '/Users/malcolmanderson/Documents/Programming/ASQ/lib/middleware/index.js',
    '/Users/malcolmanderson/Documents/Programming/ASQ/app.js'
  ]
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `NODE_ENV=production node -r dotenv/config app.js dotenv_config_silent=true`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/malcolmanderson/.npm/_logs/2019-12-01T05_05_55_531Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant