gulp-ts | TypeScript compiler plugin for Gulp | Frontend Framework library
kandi X-RAY | gulp-ts Summary
kandi X-RAY | gulp-ts Summary
TypeScript compiler plugin for Gulp
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gulp-ts
gulp-ts Key Features
gulp-ts Examples and Code Snippets
Community Discussions
Trending Discussions on gulp-ts
QUESTION
Hey guys this question isn't gone through with this similar,
- Build: Cannot use JSX unless the '--jsx' flag is provided
- Cannot use JSX unless the '--jsx' flag is provided
tried their solution but not worked for me.
Now my situation tsconfig.js
...ANSWER
Answered 2020-Oct-16 at 11:07I found the answer after a lot of suffering :)
and the solution is, rather than a passing whole tsConfig.js to the pipe of gulp task. I passed only important configuration in it. like, build task in gulfile
gulfile.js before
QUESTION
Hello I have a project that uses gulp and the gulpfile.js suddenly has stop working despite not being changed.
my output reads
cmd.exe /c gulp --tasks-simple The system cannot find the path specified.
gulpfile.js
...ANSWER
Answered 2020-Sep-21 at 18:50After spending more time than I care to admit debugging this I finally figured it out. It ended up being that I had to move my $(PATH) up under visual studio locations of external tools. I figured it out based on this answer over here
QUESTION
So I have been stuck on this problem for longer than i'd care to admit but as a Angular newbie I am completely baffled.
So I am following some online tutorials in order to implement Gulp into an application I am working on and whenever I run the Gulp tasks I get an error in Chrome which states:
"[Violation] Avoid using document.write().(anonymous) @ (index):13"
and:
//\/script>".replace("HOST", location.hostname)); //]]>
I am even more confused as the index.html doesn't actually contain a document.write reference before execution. Also despite mostly following a tutorial when integrating Gulp I cannot seem to have the CSS background changes reflected on screen, could this be related to the previously mentioned error?
index.html
...ANSWER
Answered 2018-Feb-12 at 08:09The violation message is caused by browserSync that will add the following line to the document.
QUESTION
Trying to start developing angular 2 applications. Found a video on YouTube and ran with it. It worked great, but only in Chrome. When I run the same application in IE 11, I get the following error:
...ANSWER
Answered 2019-Feb-12 at 15:13Changed my tsconfig.json to:
QUESTION
VS 2015 community edition (at home), npm 3.10, Angular 2 Im trying to pull get Angular2 setup within an ASP.Net MVC 5 app. The template I started with used an older version of Angular, so I updated the package references.
When I build, the first error in the list is:
Build:Cannot find type definition file for 'node'
There are dozens of other errors after that but Im assuming most are due to this first issue.
Here is the package.json and typings.json
package.json
...ANSWER
Answered 2019-Feb-14 at 13:54I had several problems updating packages through visual studio. From now i always update or add packages with the powershell console.
Start PowerShell
and navigate to the folder where package.json
is located and then run npm install
Restart visual studio after the installation is done.
You can also try to delete your node_modules
folder then run npm install
Hope this will solve your problems.
QUESTION
I have a mvc 5 project with a angular frontend . I wanted to add routing as described in this tutorial https://angular.io/guide/router. So in my _Layout.cshtml
I added a
ANSWER
Answered 2019-Dec-15 at 07:52Try with:
QUESTION
My tasks are configured to use the $gcc
problemMatcher. This used to work fine, but now vscode complains:
ANSWER
Answered 2019-Oct-28 at 06:31QUESTION
In My Gulpfile.js faulty part:
...ANSWER
Answered 2019-Oct-04 at 11:29I have run the following commands respectively solved the problem.
npm rm -rf node_modules
npm install
QUESTION
I am using Typescript 2.4.1 and have upgraded many packages in my project. Among them I upgraded Angular from 2 to 4.3.1. After many corrections in @types packages, the errors I am left with are:
...ANSWER
Answered 2017-Jul-28 at 14:01This looks very much what is described here:
https://github.com/DefinitelyTyped/DefinitelyTyped/issues/16939
So either try using
QUESTION
I have a simple Hapi.js Node API. Since I have used TypeScript to write the API, I wrote Gulp task for transpiling the code. My API works fine if I run it directly in my main machine but I get the following error when I try to run it inside Docker:
Docker compose command:
...ANSWER
Answered 2018-Oct-10 at 09:16Edit: The problem wasn't what I initially thought. The order of the operations in the Dockerfile was simply wrong: you have to install the dependencies first, then copy all the files into the container (so the installed dependencies will also be copied), only then you can use the application and its dependencies. I made a pull request on your repo with those fixes :)
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gulp-ts
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page