tiagob / create-full-stack

Set up a TypeScript full stack with one command.
https://create-full-stack.com
MIT License
97 stars 9 forks source link

Unable to resolve path to module common #75

Closed tiagob closed 4 years ago

tiagob commented 4 years ago

When creating a second project and building web I get this error. Could be with eslint although it's a TS build error? https://stackoverflow.com/questions/55198502/using-eslint-with-typescript-unable-to-resolve-path-to-module

A configuration issue with tsconfig or eslintrc?

tiagob commented 4 years ago

This just worked for me on a new project. Needs additional testing.

tiagob commented 4 years ago

removing yarn prepare and always building common in create-full-stack seems to fix