-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
TS18002: The 'files' list in config file 'tsconfig.json' is empty. #19
Comments
Dear Andrii, thanks for writing in and reporting this issue to us. From reading about With kind regards, |
steps to reproduce: git clone https://github.com/ip-tools/ip-navigator.git
cd ip-navigator/
git checkout 22a7c74cfe2377335ae34df0abc1e642a5595355
virtualenv --python=python2 .venv27 && source .venv27/bin/activate
pip install -e .
pip install nodeenv
nodeenv --node=10.15.3 .nodeenv
source .nodeenv/bin/activate && npm install -g yarn && yarn install
yarn run build |
Dear Andrii, it looks like the referenced Please let us know whether that solves this issue for you. With kind regards, |
Dear Andrii, do you have any news on this? With kind regards, |
Fixed |
I am still facing the same issue.
|
Dear Rupendra, thank you for writing in. I am not sure if this is the right spot. Are you sure you are using PatZilla? Your Other than this, PatZilla's instructions how to setup a development sandbox can be found at 1. Please let me know if you observe any specific problems following the steps outlined there. With kind regards, Footnotes |
It is impossible to build java-script stuff.
yarn run build
fails with next log output:info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The text was updated successfully, but these errors were encountered: