Reactify-Django
Reactify-Django copied to clipboard
Integrate React & Django
MacOS, node v11.2, npm v 6.5, python 3.6 I have this porject on Window and Mac, it's ok on Windows, but not on Mac, when I run `npm run collect...
Kindly look for that... **** cat /Users/hardikdadhich/.npm/_logs/2019-07-31T19_21_41_511Z-debug.log 0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ] 2 info using [email protected] 3 info...
missing cd
 I am getting this error while running "npm run collect". can anyone help me?
According to regex it seems to take only last character of the first group instead of full part. https://github.com/codingforentrepreneurs/Reactify-Django/blob/14339fa19aa12c992f4c40d58a1d4ade709b983f/src/reactify-ui/package.json#L25 to fix it the first group should be like: `([^\\.]+)` **Update**:...
Hi. I am following the video on youtube from CodingForEntrepreneurs. You have explained things amazingly. There isn't possibly any better explanation regarding Django + React. Thank you for that. Now...