bigcommerce / stencil-cli

BigCommerce Stencil emulator for local theme development
https://developer.bigcommerce.com/stencil-docs
BSD 4-Clause "Original" or "Old" License
102 stars 142 forks source link

Wrong answer from /remote/v1/cookie-notification #1103

Open cooladm1n opened 1 year ago

cooladm1n commented 1 year ago

Expected behavior

{ "PrivacyCookieEnabled": false, "PrivacyCookieNotification" : "" } - contain only "

Actual behavior

{ "PrivacyCookieEnabled": false, "PrivacyCookieNotification" : '' } - contain mix with ' and "

Steps to reproduce behavior

stencil start get an error Unexpected token ' in JSON at position 63

Environment

latest node latest stencil

Stencil-cli version stencil --version: 7.1.1

Node version node -v: v18.15.0

NPM version npm -v: 9.5.0

OS: Windows 11

related https://github.com/bigcommerce/stencil-cli/issues/752#issuecomment-1557946685

cooladm1n commented 1 year ago

related issues https://github.com/bigcommerce/stencil-cli/issues/752