Relative Content

Tag Archive for reactjsnpm

How can I get my Npm module to work properly

It is giving me an issue with the node modules. This error keeps coming up
ERROR in ./node_modules/@configura/web-core/dist/cm/format/dex/DexReader.js 108:31-44
Can’t import the named export ‘memory’.’buffer’ (imported as ‘memory’) from default-exporting module (only default export is available)
I am new to react so help would be super useful here!
enter image description here

erorr in npm install give me this ERR! code EINTEGRITY

npm ERR! code EINTEGRITY npm ERR! sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1odfIXVuTqLRUjw== integrity checksum failed when using sha512: wanted sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1odfIXVuTqLRUjw== but got sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==. (19063 bytes) How should I solve this error? I tried to download a React app from GitHub. When I run npm i and npm start, it works fine. However, when I download my own repository and run […]