Redwood: Windows: create-redwood-app generates a broken app

Created on 14 Mar 2020  路  4Comments  路  Source: redwoodjs/redwood

Hello folks! I'm running Windows 10, Node v12.16.1, Yarn 1.22.4, and Redwood 0.2.0.

When I follow the tutorial, and I get to the point where I need to run yarn rw dev, the application fails with this error:

image

Failed to compile.

./src/Routes.js
Module not found: Error: Can't resolve 'srcpagesFatalErrorPage' in 'C:\Users\weave\Documents\rw-productivity-sam\web\src'

This to me seems like a failure to escape slashes in path names. Any idea where I can fix this?

Most helpful comment

This is now fixed
image

All 4 comments

Hey @weaversam8, we've fixed this, I'm going to release v0.2.1 that'll work for you.

This is now fixed
image

Awesome, thanks so much!

For future folks stumbling on this issue, updating the dependency for @redwoodjs/core in package.json will suffice, you don't need to create a whole new app again.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

slavakurilyak picture slavakurilyak  路  4Comments

peterp picture peterp  路  4Comments

josteph picture josteph  路  3Comments

aldonline picture aldonline  路  3Comments

CR1AT0RS picture CR1AT0RS  路  4Comments