-
`/home/wikum/Desktop/MERN/backend/node_modules/bson/lib/bson.cjs:726
inspect ??= defaultInspect;
^^^
SyntaxError: Unexpected token '??='
at wrapSafe (internal/modules…
-
I have setup a small Locomotive application and it works perfectly when booted with `lcm server`, but I have to constantly stop and restart everytime I change the source code. I tried to auto reload w…
-
- nodemon
- babel-cli
- create-react-app
- live-server
- eslint
- prettier
- commitizen
- cz-conventional-commit
-
> nodemon startup crash
![](http://i.imgur.com/HY3CXfg.png)
### Current Solution
Create an empty `.md` file in `nap/data/wiki/` directory.
`touch nap/data/wiki/no-crash.md`
cc: @dcsan
-
Hi, trying to do this on a Ubuntu box, very limited experience.
I clone the git to my top level directory and followed the steps, I'm just unable to start the script. The usual response is node can…
-
The --autotest option seems to have some sort of issue watching my project folder. I suspect it's something to do with the node_modules folder being in the watched path.
My project directory looks li…
-
Secret file is missing from the config folder of your project. Please update it.
-
I need to regenerate random data in each GET request. Since the data generation script can only be executed once during the json-server startup, I added a middleware function which opens the static da…
-
app-1 | [server]: POST /user/login
app-1 | WHERE username = ?
app-1 | [ 'caro' ]
app-1 | PromisePool {
app-1 | _events: [Object: null prototype] {
app-1 | newListener: [Function (anon…
-
I've been finding this command useful when developing firebase-bolt rules:
```bash
$ node_modules/.bin/nodemon -x 'node_modules/.bin/firebase-bolt < database.rules.bolt > database.rules.json' -w d…