-
Notifications
You must be signed in to change notification settings - Fork 7
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
TypeScript example not working #8
Comments
Hi! And when I check examples I doesn't have problems because esbuild is installed in the root node_modules folder. And if there is no esbuild in the example folder, npm will take it from the root folder. That's why I didn't notice this problem. I will fix it soon. Thank you for your issue! |
Hello. I just thought that you have a globally package. Good day, and thank you for good gulp plugin. 👍 |
In version 6.3 of this plugin esbuild was moved to dev dependency by mistake. Because of this mistake npm didn't install esbuild dependency.
I fixed this problem in 0.7.4 version. I checked examples and it works. |
Hello, i have problems with latest version of this gulp plugin. And same problem with TypeScript example. All requires
esbuild
package.MacOS Big Sur os. Here is output:
This can be fixed, if install
esbuild
manually.I have this problem after
0.6.3
version. Before this version all work fine.The text was updated successfully, but these errors were encountered: