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: Cannot find module './helpers' #33

Closed
mattywong opened this issue Apr 19, 2016 · 2 comments
Closed

Error: Cannot find module './helpers' #33

mattywong opened this issue Apr 19, 2016 · 2 comments

Comments

@mattywong
Copy link

mattywong commented Apr 19, 2016

Getting this error whenever I put the require path in a webpack config.

Running Windows 8

Error: Cannot find module './helpers' at Function.Module._resolveFilename (module.js:337:15) at Function.Module._load (module.js:287:25) at Module.require (module.js:366:17) at require (module.js:385:17) at Object.<anonymous> (C:\Repositories\Clients\VolunteerLegacy\webhost\VolunteerWidgetv3\node_modules\webpack-s3-plugin\dist\s3_plugin.js:110:16) at Module._compile (module.js:435:26) at Object.Module._extensions..js (module.js:442:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:311:12) at Module.require (module.js:366:17) at require (module.js:385:17) at Object.<anonymous> (C:\Repositories\Clients\VolunteerLegacy\webhost\VolunteerWidgetv3\webpack.deploy.config.js:8:16) at Module._compile (module.js:435:26) at Object.Module._extensions..js (module.js:442:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:311:12)

Where line 8 is 'var S3Plugin = require('webpack-s3-plugin');

@mattywong mattywong changed the title Error: Cannot find moduke './helpers' Error: Cannot find moduke './helpers'l Apr 19, 2016
@mattywong mattywong changed the title Error: Cannot find moduke './helpers'l Error: Cannot find moduke './helpers' Apr 19, 2016
@mattywong mattywong changed the title Error: Cannot find moduke './helpers' Error: Cannot find module './helpers' Apr 19, 2016
@aris-b
Copy link

aris-b commented Apr 19, 2016

same here, after updating to the latest version.

@MikaAK
Copy link
Owner

MikaAK commented Apr 19, 2016

Sorry about that I forgot about how modules bundle within gulp. I switched over to webpack so try 0.7.1

@MikaAK MikaAK closed this as completed Apr 19, 2016
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

3 participants