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

Error on npm run serve #74

Open
rahul2983 opened this issue Jul 9, 2018 · 2 comments
Open

Error on npm run serve #74

rahul2983 opened this issue Jul 9, 2018 · 2 comments

Comments

@rahul2983
Copy link

After I install (node v4.5.0 and npm v2.15.9) and execute npm run serve I get the following error.

[16:56:23] Development server has error.
module.js:327
    throw err;
    ^

Error: Cannot find module 'deck'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/Users/psj589/wittr/node_modules/markov/index.js:2:12)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)

Can you please help me out here? I didn't receive any errors or warnings after npm install

@rahul2983
Copy link
Author

I have also tried with node v4.2.1 but with the same outcome.

@robertjallen
Copy link

I might be because of an internet connection issue? I don't know, but I noticed that if I get alot of errors installing/ building an app, sometimes if I just delete it and do it again it works with no errors. Iv'e learned to compare class build instructions with READ.ME build and try any differences, then delete it and try it again. I don't know why but almost every time iv'e had build issues all I needed to do was delete it and do it again.

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

2 participants