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

Not able to build #8

Closed
lucasbento opened this issue Aug 8, 2016 · 2 comments · Fixed by #9
Closed

Not able to build #8

lucasbento opened this issue Aug 8, 2016 · 2 comments · Fixed by #9
Labels

Comments

@lucasbento
Copy link
Contributor

When using 1.1.0, the project throws this error:

> node server.js

module.js:341
    throw err;
    ^

Error: Cannot find module './src'
    at Function.Module._resolveFilename (module.js:339:15)
    at Function.Module._load (module.js:290:25)
    at Module.require (module.js:367:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Project/node_modules/dotenv-webpack/index.js:9:14)
    at Module._compile (module.js:413:34)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Module.require (module.js:367:17)```
@mrsteele
Copy link
Owner

mrsteele commented Aug 8, 2016

nuts I see that... one sec...

@mrsteele mrsteele mentioned this issue Aug 8, 2016
@mrsteele mrsteele added the bug label Aug 8, 2016
@mrsteele
Copy link
Owner

mrsteele commented Aug 8, 2016

Thanks for catching this. I updated the build now all the way to v1.2.0 which has all features, tests, and build issues worked out.

I tested pulling that down locally from npm and I am not seeing any issues.

Thanks for all your help along the way with this. Hopefully solves all issues you were encountering.

Let me know if you got any other good ideas ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants