2021-04-30

How can I solve syntaxerror:invalid or unexpected token in nestjs? [closed]

When I run the following command in command promt for new nestjs project 'npm run start:dev' I get this strange error:

  SyntaxError: Invalid or unexpected token
at wrapSafe (internal/modules/cjs/loader.js:1072:16)
at Module._compile (internal/modules/cjs/loader.js:1122:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10)
at Module.load (internal/modules/cjs/loader.js:1002:32)
at Function.Module._load (internal/modules/cjs/loader.js:901:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)
at internal/main/run_main_module.js:18:47

Does anyone know how to solve this?



from Recent Questions - Stack Overflow https://ift.tt/2PD0q3i
https://ift.tt/eA8V8J

No comments:

Post a Comment