import venn from "venn.js" and import * as from venn from "venn.js" is working fine in React. But getting below error while project team members taking pull and doing npm install to import the dependencies in the project. we need to install separately "npm install venn.js" , then it's working fine. But in server environment it will load the dependencies and throwing the below error.please provide a solution ASAP,
Hi,
import venn from "venn.js" and import * as from venn from "venn.js" is working fine in React. But getting below error while project team members taking pull and doing npm install to import the dependencies in the project. we need to install separately "npm install venn.js" , then it's working fine. But in server environment it will load the dependencies and throwing the below error.please provide a solution ASAP,