-
It's a bit weird, removing that worked, if not it tried to compiler js files.
On the other hand there is a mix of babel transpilers, I'm fixing this in a separate project, whenever I got time I wil…
-
I am running windows 8.1 and Node 7.1.0
I was having trouble running:
`"dev:server": "nodemon --watch build --exec \"node build/bundle.js\""`
until I removed the `\"` like so:
`"dev:server…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Pending Approval
These branc…
-
New install.
Can't start the server
```
[nodemon] 3.1.4
[nodemon] reading config .\package.json
[nodemon] to restart at any time, enter `rs`
[nodemon] or send SIGHUP to 19252 to restart
[nod…
ezzle updated
4 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package Version
0.0.8
### Current Behavior
I am trying to make biconomy work as custom paymaster with permis…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hello,
I have an issue when I install the package I get an error message:
` Whoops!, Sir, Youssef... 😂💔 but Error: Command failed: npm set-script dev "nodemon ./src/index.ts"
at checkExecSyncEr…
-
Fiz uma instalação local, a fim de testes. No primeiro momento funcionou normalmente
Mas após desligar e ligar no outro dia, ja nao funciona mais, da erro ao conectar ao postgres, em um momento dei u…
-
``` javascript
var Path = require('path');
var gulp = require('gulp'),
jshint = require('gulp-jshint'),
nodemon = require('gulp-nodemon');
gulp.task('jshint', function() {
return gulp.sr…
-
"gulp-nodemon": "^2.2.1"
"browser-sync": "^2.18.12"
"gulp": "^3.9.1
gulpfile.js
```js
const gulp = require('gulp');
const nodemon = require('gulp-nodemon');
const browserSync = require('brows…