Ipfs-core module 'bcryto' not working

Hi ! I’m implementing ipfs-core in a wampserver web project (windows 10). The ipfs-core has been installed with npm, and its folder is located in the node_modules folder, which, in turn, is placed in the project root directory (www/myproject/node_modules). This folder contains also the bcrypto module folder. But when I try to execute the javascript code “const ipfs = await IPFS.create()”, where IPFS = require(‘ipfs-core’), the code is not executed, and the error message displayed on the picture below is generated (on google chrome developer console). Would anyone please help me fix that issue. The web site I’m developing is SSL enabled (https).

bcrypto