-
Notifications
You must be signed in to change notification settings - Fork 271
Cannot build recent superset-ui on certain environments #226
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Also i get a lot of Typescript errors. Most of them were related to storybook module |
Only visible difference between two environments are Typescript driver versions: 3.5.3 and 3.6.3 |
Here's full log
|
Removed yarn.lock on "working" env and superset-ui build breaks there too. Seems like Beemo update brought new version of typescript driver too and that's breaking the build |
The storybook typing issue needs a fix like this one. I will fix that one first. Not sure about the rest. |
I merged #227 and master build looks good now. Please reopen if issue still persist. |
Describe the bug
I'm trying to build different versions on my Ubuntu environment, And I always get Typescript driver failure.
To Reproduce
Steps to reproduce the behavior:
yarn build
yarn install
lots of errors
**Command failed with exit code 1 (EPERM): tsc --emitDeclarationOnly
Command failed with exit code 1 (EPERM): tsc --emitDeclarationOnly
Command failed with exit code 1 (EPERM): tsc --emitDeclarationOnly
Command failed with exit code 1 (EPERM): tsc --emitDeclarationOnly
Command failed with exit code 1 (EPERM): tsc --emitDeclarationOnly
Command failed with exit code 1 (EPERM): tsc --emitDeclarationOnly
Command failed with exit code 1 (EPERM): tsc --emitDeclarationOnly
Command failed with exit code 1 (EPERM): tsc --emitDeclarationOnly
Command failed with exit code 1 (EPERM): tsc --emitDeclarationOnly**
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
node -v
12.10.0npm -v
6.11.3The text was updated successfully, but these errors were encountered: