yo icon indicating copy to clipboard operation
yo copied to clipboard

Step 8 Build Error

Open rbrownpa opened this issue 7 years ago • 4 comments

Type of issue


My environment

  • OS version/details: eg. Windows 10 64-bit
  • Node version: x.x.x (run node --version in your terminal)
  • npm version: x.x.x (run npm --version in your terminal)
  • Version of yo : x.x.x (run yo --version in your terminal)

Expected behavior

Current behavior

Steps to reproduce the behavior

Command line output

Paste your error output over here

mytodo/gulp_tasks/browsersync.js module.js:471 throw err; ^

Error: Cannot find module 'webpack' at Function.Module._resolveFilename (module.js:469:15) at Function.Module._load (module.js:417:25)

[2018-01-31T23_08_56_574Z-debug.log](https://github.com/yeoman/yo/files/1683676/2018-01-31T23_08_56_574Z-debug.log)

rbrownpa avatar Jan 31 '18 23:01 rbrownpa

That's probably caused by the specific generator you're using to generate your project. Yeoman itself (the tool) doesn't rely on webpack.

SBoudrias avatar Feb 05 '18 15:02 SBoudrias

FYI, I am using the demo in yeoman. I am not sure if you want people to be able to learn how to use yeoman with a defective demo, but your answer is not helpful. On Feb 5, 2018 11:00 AM, Simon Boudrias [email protected] wrote:That's cause by the specific generator you're using to generate your project. Yeoman itself (the tool) doesn't rely on webpack.

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

rbrownpa avatar Feb 05 '18 16:02 rbrownpa

I'm sorry, but your ticket wasn't very descriptive. You must understand we receive a lot of bogus bug reports, so it's hard to filter through the noise when context is missing. I appreciate you spending time opening this issue; but also be mindful of the position of open source project maintainers are.

cc @zckrs do you think that's an issue with generator-fountainjs?

SBoudrias avatar Feb 05 '18 16:02 SBoudrias

@rbrownpa could you add more information about this issue, please?

  • nodejs version;
  • npm Version;
  • yeoman Version;
  • yeoman generator version;

willmendesneto avatar Jul 15 '18 06:07 willmendesneto