I'm having this problem while installing npm. I cloned the project, cd into pwa/template. Then run the npm install command. And it is throwing this error:
npm WARN Failed to parse json
npm WARN Unexpected token '{' at 10:36
npm WARN "build": "node build/build.js"{{#unit}},
npm WARN ^
npm WARN File: /var/www/html/pwa/template/package.json
npm WARN template No description
npm WARN template No repository field.
npm WARN template No README data
npm WARN template No license field.
I'm having this problem while installing npm. I cloned the project, cd into pwa/template. Then run the
npm install
command. And it is throwing this error: npm WARN Failed to parse json npm WARN Unexpected token '{' at 10:36 npm WARN "build": "node build/build.js"{{#unit}}, npm WARN ^ npm WARN File: /var/www/html/pwa/template/package.json npm WARN template No description npm WARN template No repository field. npm WARN template No README data npm WARN template No license field.