Arlei F. Farnetani Junior
Arlei F. Farnetani Junior
I would like to know how my code would look below so that besides showing the errors, I also corrected them ``` gulp.task('standard', ['scripts'], function () { return gulp.src(['./dist/app.js']) .pipe(standard())...
#### Issue Description Hi, I have a problem with my installation... https://imgur.com/a/R5l8KER https://pastebin.com/9HgkrWeS 9 http fetch GET 404 https://registry.npmjs.org/trailpack-other 1169ms 10 silly fetchPackageMetaData error for trailpack-other@^3 404 Not Found: trailpack-other@^3...
I put in main.js: ``` import $ from 'jquery' ``` This made jquery work, but in a certain function of mine I'm having the following error: ``` Cannot read property...
Can I use mysql with node-restful?