idyll: Cannot find module

hi, I did a fresh install of idyll and yo. Ran yo idyll and npm start and got:

Spellcheck:
var: did you mean vary
Error: Cannot find module 'c:\git\demo-idyll\c' from 'c:\git\demo-idyll'

anyone else got this problem?

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 15 (8 by maintainers)

Commits related to this issue

Most upvoted comments

It works! I had to upgrade also default-components:

"idyll": "~1.1.3",
"idyll-default-components": "^1.0.3"

Many thanks!

Yeah, I don’t think 'c:\git\idyll\components\default' is really the path we want to be scanning here. For some reason the logic constructing that isn’t working correctly (maybe something with this?)

If it isn’t obvious how to fix it, UW has some windows machines I can test on later today.