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
This issue isn't specific to this project, but it does cause the project to fail:
> [email protected] build /home/jbartle9/Development/AWS/APIGateway/AIA/aws-api-gateway-developer-portal/dev-portal
> react-scripts build
Creating an optimized production build...
Failed to compile.
static/js/main.91fca694.js from UglifyJs
Unexpected character '`' [/usr/lib/nodejs/events.js:260,0]
This appears to explain the root cause issue (node distribution source making it into NODE_PATH). I am far from proficient in npm/node, let alone react, so I really don't know what needs changing to this project to alleviate this problem for us Linux users.
The text was updated successfully, but these errors were encountered:
bassmanitram
changed the title
A too-recent version of nope can cause the react build to fail
Using Linux distributions of node can cause the react build to fail
Mar 6, 2017
Thanks for reporting and documenting. I'm going to close this issue since it isn't related to us, but hopefully it will be useful for others who encounter the same issue and come across this via search or other. Thanks!
This issue isn't specific to this project, but it does cause the project to fail:
This appears to explain the root cause issue (node distribution source making it into NODE_PATH). I am far from proficient in npm/node, let alone react, so I really don't know what needs changing to this project to alleviate this problem for us Linux users.
The text was updated successfully, but these errors were encountered: