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
When running nwb build-react-app it always returns with exit code 0 regardless if there were errors or not. So my scripts don't get reported if there is an error.
i.e.
✖ Building React app
Failed to compile with 1 error.
ERROR in ./src/components/LineGraph.jsx
Module not found: Error: Can't resolve 'd3' in '/Volumes/Source/src/components'
@ ./src/components/LineGraph.jsx 19:0-25
@ ./src/index.js
@ multi /usr/local/lib/~/nwb/polyfills.js ./src/index.js
Then doing: $>echo $?
0
It would be nice to get something other than 0 when there is an error.
The text was updated successfully, but these errors were encountered:
This issue is a: Bug Report
node -v
v6.11.2
npm -v
3.10.10
nwb -v
v0.15.2
When running nwb build-react-app it always returns with exit code 0 regardless if there were errors or not. So my scripts don't get reported if there is an error.
i.e.
✖ Building React app
Failed to compile with 1 error.
ERROR in ./src/components/LineGraph.jsx
Module not found: Error: Can't resolve 'd3' in '/Volumes/Source/src/components'
@ ./src/components/LineGraph.jsx 19:0-25
@ ./src/index.js
@ multi /usr/local/lib/~/nwb/polyfills.js ./src/index.js
Then doing:
$>echo $ ?
0
It would be nice to get something other than 0 when there is an error.
The text was updated successfully, but these errors were encountered: