简体   繁体   中英

'[nodemon] app crashed - waiting for file changes before starting…'

I was hoping to get some help, I am running npm start and I am getting an error for the server.js file.

[nodemon] restarting due to changes...

[nodemon] starting `node server.js`

/Users/johnngo/Desktop/LambdaSchool/HTTP-AJAX/server.js:59
  const friend = { id: getNewId(), ...req.body };

   ^^^

SyntaxError: Unexpected token ...

    at createScript (vm.js:53:10)
    at Object.runInThisContext (vm.js:95:10)
    at Module._compile (module.js:543:28)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.runMain (module.js:605:10)
    at run (bootstrap_node.js:425:7)
    at startup (bootstrap_node.js:146:9)
[nodemon] app crashed - waiting for file changes before starting...

在此处输入图片说明

Please advise

Simple Answer is

to change the IpWhitelist go to edit and

refresh it and again connect it....

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM