pro-mern-stack-2 icon indicating copy to clipboard operation
pro-mern-stack-2 copied to clipboard

Code listing for the book Pro MERN Stack, 2nd Edition

Results 16 pro-mern-stack-2 issues
Sort by recently updated
recently updated
newest added

Command `npm install react-router-bootstrap@0` produced an `unable to resolve dependency tree` error and should probably be replaced with `npm install react-router-bootstrap@rr-v4` in the _Navigation Bar_ section of Ch11. At least...

I am getting this issue at chapter 7.02. The problem looks to be in in App.jsx, at the graphQLFetch function: async function graphQLFetch(query, variables = {}) { try { const...

There is a single quote around `status: 'New'` which I am suggesting will be corrected in future editions of pro-mern-stack.

…t a function' Since 'showError' is the third parameter in function 'fetchData' of some components such as IssueList, there should be 'null' in the same place when passing cookie to...

This Command does not work for some reason: ` npm install graphql@0 apollo-server-express@2 ` Error: ` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR!...

I ended up the second book chapter; when I tried to launch `npm run watch`, Babel throw this error: **Support for the experimental syntax 'jsx' isn't currently enabled** To solve...

In the solution to question number 2, It is written that: app.use('/public', express.static('/public')) but this cause an error and the right answer is * inserting a dot "." before the...

I'm getting error message in the console "Uncaught (in promise) ReferenceError: __isBrowser__ is not defined". I have copied all the code for this sections and am still getting the above...

When I click Edit I keep getting INTERNAL_SERVER_ERROR. [GraphQLError: Variable "$id" got invalid value "2"; Expected type Int; Int cannot represent non-integer value: "2"] As a result the page says...

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 1.9.1 to 4.0.0. Release notes Sourced from serialize-javascript's releases. v4.0.0 Changelog Bump nyc from 15.0.1 to 15.1.0 (#85) support for bigint (#80) Behavior changes for BigInt It...

dependencies