str.match is not a function

Hi,

i have upgraded all packages
step1:i have removed node_modules folder totally

step2:reinstalled all the packages with latest versions ,
Below is error screenshot i am facing,kindly look into this.i was blocked.

My package.json:

error screenshot:



3 Replies

GV Gokulraj Varatharajan Syncfusion Team October 22, 2021 01:14 PM UTC

Hi Darek, 
 
We have validated your query and we would like to suggest you that please install and use the below npm 7 version to resolve the reported issue. Before reinstalling the dependent packages ensure that node_modules and package-lock files are deleted. 
 
If you are trying to use our application in npm 7 version. Please run the below command while installing the Syncfusion package to resolve the reported issue. In latest npm version the peer dependencies have been installed automatically so it will block installations if an upstream dependency conflict is present that cannot be automatically resolved. For that we must run “--legacy-peer-deps” command to ignore peer dependencies entirely.  
   
npm i --legacy-peer-deps  
  
Please get back to us if you have any queries. 
 
Regards, 
Gokul 



DJ Darek Johnson October 22, 2021 04:33 PM UTC

Hi,
Thank you so much, issue got resolved.



GV Gokulraj Varatharajan Syncfusion Team October 25, 2021 03:21 AM UTC

Hi Darek, 
 
Thanks for the update. 
 
Regards, 
Gokul 


Loader.
Up arrow icon