You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see no updates in last 3 years. Is this an abandoned project, no longer applicable to today's React and Node?
I have installed your code and run yarn install which appeared to complete correctly.
However when I run "yarn start:dev" I get the following error:
yarn run v1.15.2 $ export NODE_ENV=development && nodemon src/server.js 'export' is not recognized as an internal or external command, operable program or batch file. error Command failed with exit code 1.
It appears that the "export" command is not recognized ?
Is there something missing from the instructions/blog post/README
Will you be updating this project to more current versions of Node (12) React (16) Babel etc?
The text was updated successfully, but these errors were encountered:
Hello, @OlagStegan and thanks for checking this project out.
At the moment I have no plan to update this (on a very limited time budget for open source and especially for this old project). With that being said, I'd happily accept PRs to help me modernise this.
I see no updates in last 3 years. Is this an abandoned project, no longer applicable to today's React and Node?
I have installed your code and run yarn install which appeared to complete correctly.
However when I run "yarn start:dev" I get the following error:
yarn run v1.15.2 $ export NODE_ENV=development && nodemon src/server.js 'export' is not recognized as an internal or external command, operable program or batch file. error Command failed with exit code 1.
It appears that the "export" command is not recognized ?
Is there something missing from the instructions/blog post/README
Will you be updating this project to more current versions of Node (12) React (16) Babel etc?
The text was updated successfully, but these errors were encountered: