We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I get following error while running yarn startApp:
semantic error TS2307: Cannot find module '../../_env' or its corresponding type declarations.
#749 also mentioned the same error.
I think this error is caused by "yarn prod" script that executes "yarn build" after "grunt".
Maybe the "yarn prod" script should executes "yarn build" before "grunt", like:
"prod": "cd client && yarn build && grunt && yarn webpackProd"
So that _env.ts is generated before executing "grunt".
The text was updated successfully, but these errors were encountered:
Thanks! I hate to say it, but I noticed this too & hadn't updated it. I'll update the script - I think I did the same fix.
Sorry, something went wrong.
Cool, happy to know that bug is fixed! Thanks for the response and this amazing project!
5d38196
No branches or pull requests
Hello,
I get following error while running yarn startApp:
#749 also mentioned the same error.
I think this error is caused by "yarn prod" script that executes "yarn build" after "grunt".
Maybe the "yarn prod" script should executes "yarn build" before "grunt", like:
So that _env.ts is generated before executing "grunt".
The text was updated successfully, but these errors were encountered: