project_mern_memories
project_mern_memories copied to clipboard
Part 3 is not compiling and running
There are the errors I am getting after I open audit report for npm i
npm audit report
node-fetch <=2.6.0 || 3.0.0-beta.1 - 3.0.0-beta.8
Denial of Service - https://npmjs.com/advisories/1556
No fix available
node_modules/node-fetch
isomorphic-fetch 2.0.0 - 2.2.1
Depends on vulnerable versions of node-fetch
node_modules/isomorphic-fetch
fbjs 0.7.0 - 1.0.0
Depends on vulnerable versions of isomorphic-fetch
node_modules/fbjs
react 0.15.0-alpha.1 - 16.4.2
Depends on vulnerable versions of fbjs
node_modules/react-file-base64/node_modules/react
react-file-base64 *
Depends on vulnerable versions of react
node_modules/react-file-base64
Which version are you referring to? Thanks.
On Tue, Apr 13, 2021, 3:59 AM ashishbhagat2 @.***> wrote:
There are the errors I am getting after I open audit report for npm i
npm audit report
node-fetch <=2.6.0 || 3.0.0-beta.1 - 3.0.0-beta.8 Denial of Service - https://npmjs.com/advisories/1556 No fix available node_modules/node-fetch isomorphic-fetch 2.0.0 - 2.2.1 Depends on vulnerable versions of node-fetch node_modules/isomorphic-fetch fbjs 0.7.0 - 1.0.0 Depends on vulnerable versions of isomorphic-fetch node_modules/fbjs react 0.15.0-alpha.1 - 16.4.2 Depends on vulnerable versions of fbjs node_modules/react-file-base64/node_modules/react react-file-base64 * Depends on vulnerable versions of react node_modules/react-file-base64
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adrianhajdin/project_mern_memories/issues/27, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFK3CNKOVGQIQKYT3SPDNTLTIP2V5ANCNFSM422Z6TDA .
I am referring to PART 3. PART 3 is not compiling after npm i
PART1 and PART working fine.
Is there any github link where we can find the whole code of part 3. Css part seems to be debugged a bit.
I got the same error. Did anybody fix this?