node遇到的坑
Posted by-dsl
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了node遇到的坑相关的知识,希望对你有一定的参考价值。
SyntaxError: Invalid or unexpected token
[90m at wrapSafe (internal/modules/cjs/loader.js:1072:16)[39m
[90m at Module._compile (internal/modules/cjs/loader.js:1122:27)[39m
[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10)[39m
[90m at Module.load (internal/modules/cjs/loader.js:1002:32)[39m
[90m at Function.Module._load (internal/modules/cjs/loader.js:901:14)[39m
[90m at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)[39m
[90m at internal/main/run_main_module.js:18:47[39m
问题是:JS文件中有中文,比如我就把分号打成中文的了。
以上是关于node遇到的坑的主要内容,如果未能解决你的问题,请参考以下文章