You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to properly show non-English characters (i.e. Chinese or Korean) properly in a text file an encoding other than ANSI should be used (i.e. UTF-8). However, modifying the encoding of the [bp_name].json file causes the build test to fail. If UTF-8 is used, executing npm test and npm install will result in the following error.
ERROR! json file name [bp_name].json parse error, please check first (maybe has some unnecessary space or comma symbol like ",")
Changing the encoding back to ANSI patches this issue, but non-English characters do not display properly when editing the file.
The text was updated successfully, but these errors were encountered:
In order to properly show non-English characters (i.e. Chinese or Korean) properly in a text file an encoding other than ANSI should be used (i.e. UTF-8). However, modifying the encoding of the
[bp_name].json
file causes the build test to fail. If UTF-8 is used, executingnpm test
andnpm install
will result in the following error.Changing the encoding back to ANSI patches this issue, but non-English characters do not display properly when editing the file.
The text was updated successfully, but these errors were encountered: