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
I just created a new Angular App and its running fine with "JSS Build". But when you change any of the en.yml files, those changes are not reflected in browser and I am getting below error on command prompt
path or pattern './sitecore/pipelines/**/*.patch.js' did not match any files.
sitecore/definitions/component-content.sitecore.ts:32:10 - error TS2393: Duplicate function implementation.
32 function convertToItems(data, basePath, rootItemName, language) {
~~~~~~~~~~~~~~
sitecore/definitions/component-content.sitecore.ts:73:10 - error TS2393: Duplicate function implementation.
73 function convertPhsyicalPathToItemRelativePath(physicalPath, basePath) {
Do anybody know the reason and possible fix?
The text was updated successfully, but these errors were encountered:
I just created a new Angular App and its running fine with "JSS Build". But when you change any of the en.yml files, those changes are not reflected in browser and I am getting below error on command prompt
path or pattern './sitecore/pipelines/**/*.patch.js' did not match any files.
sitecore/definitions/component-content.sitecore.ts:32:10 - error TS2393: Duplicate function implementation.
32 function convertToItems(data, basePath, rootItemName, language) {
~~~~~~~~~~~~~~
sitecore/definitions/component-content.sitecore.ts:73:10 - error TS2393: Duplicate function implementation.
73 function convertPhsyicalPathToItemRelativePath(physicalPath, basePath) {
Do anybody know the reason and possible fix?
The text was updated successfully, but these errors were encountered: