错误 Unexpected token 在 JSON 中的位置 64
Posted
技术标签:
【中文标题】错误 Unexpected token 在 JSON 中的位置 64【英文标题】:Error Unexpected token in JSON at position 64错误 Unexpected token 在 JSON 中的位置 64 【发布时间】:2021-09-13 05:27:52 【问题描述】:
"collection": "@nestjs/schematics",
"sourceRoot": "src"
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions":
"assets": ["mail/templates/**/*"], // ???? or "**/*.hbs" all files ending with .hbs
"watchAssets": true // ???? copy assets in watch mode
【问题讨论】:
json.org/json-en.html 【参考方案1】:如果它是两个不同的对象,那么它应该如下所示。
[
"collection": "@nestjs/schematics",
"sourceRoot": "src"
,
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions":
"assets": [
"mail/templates/**/*"
], // ? or "**/*.hbs" all files ending with .hbs
"watchAssets": true // ? copy assets in watch mode
]
【讨论】:
以上是关于错误 Unexpected token 在 JSON 中的位置 64的主要内容,如果未能解决你的问题,请参考以下文章
./index.js 模块构建失败:SyntaxError: Unexpected token
为啥我会收到此错误:模块构建失败(来自 ./node_modules/babel-loader/lib/index.js):语法错误 Unexpected token, expected "
Webpack Babel 加载错误 - Uncaught SyntaxError: Unexpected token import [重复]
js、javascript : Uncaught SyntaxError: Unexpected token u