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
After upgrading angular2-seed for my project, I get very slow npm install and builds.
npm install
[06:36:46] Requiring external module ts-node/register [06:37:23] Loading tasks folder C:\project\client\tools\tasks\seed
It takes around 40 seconds between those steps if you look at the time diff.
It fixes when I downgrade ts-node dependency from 0.7.1 to 0.5.5.
ts-node
I don't see anything suspicious in my setup. Either it is ts-node itself or the way we use it. Any idea?
The text was updated successfully, but these errors were encountered:
It could be ts-node. At this point we don't want to give up static typing so there is nothing much that we can do.
Here's proposal for ts-node 1.0 which will bring a lot of performance improvements TypeStrong/ts-node#44.
Sorry, something went wrong.
No branches or pull requests
After upgrading angular2-seed for my project, I get very slow
npm install
and builds.It takes around 40 seconds between those steps if you look at the time diff.
It fixes when I downgrade
ts-node
dependency from 0.7.1 to 0.5.5.I don't see anything suspicious in my setup.
Either it is
ts-node
itself or the way we use it. Any idea?The text was updated successfully, but these errors were encountered: