Posts by JorgeMadson • 13 points
4 posts
-
0
votes1
answer15
viewsA: Gulp watch shows a lot of Eslint errors. Which dependencies are missing?
The problem was with some dependencies like fserve that only runs on Mac, so the solution was to use a Macbook, now the application works. Eslint errors only show that my project is not using…
-
1
votes1
answer15
viewsQ: Gulp watch shows a lot of Eslint errors. Which dependencies are missing?
I made git clone of an app Ionic 1 done with the Generator-M-Ionic I have taken the following steps to install the dependencies: npm install bower install npm install --global gulp-cli And the…
-
0
votes3
answers53
viewsQ: For each value of a table show the corresponding if no zero is shown
What I want to do is this: Show for each row of the seller table the number of passes sold, but if you have not sold any pass show 0. There is a previous query in the system that makes similar, but…
-
0
votes1
answer211
viewsA: How to import the Chart.js library into an ASP file?
A test you could do is take the Chart CDN and include within the tags <head></head> your page: <script…