Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

notare process exits with TypeError: Cannot read property 'min' of undefined #5

Open
Divine1 opened this issue Dec 4, 2020 · 1 comment

Comments

@Divine1
Copy link

Divine1 commented Dec 4, 2020

i have done below

npm i -g notare

within my project npm i --save-dev notare

Step1
i ran notare on new terminal - success

Step2
i started my program node -r notare demo.js. The server started successfully. But,

const express = require("express");
const app = express();
app.get("/",async (req,res)=>{
    console.log("in / path");
    res.send({data : "/path"});
})

app.listen(3000,async( )=>{
    console.log("app listening on port 3000");
})

the process that was running after completing Step1 exited with below error message
image

image

i tried out notare after watching the content on worker threads

@Divine1 Divine1 changed the title notare process exits with TypeError: Cannot read property 'min' of undefined notare process exits with TypeError: Cannot read property 'min' of undefined Dec 4, 2020
@jimmiehansson
Copy link

This seems to be an issue keeping a socket bound while running the samples, does the issue occur repeatedly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants