mirror of
https://github.com/status-im/re-natal.git
synced 2025-02-16 22:46:36 +00:00
direct user to npm log when npm install fails, closes #22
This commit is contained in:
parent
2aff7344fe
commit
df6db60411
@ -332,6 +332,8 @@ init = (projName, interfaceName) ->
|
||||
'Watchman is required (https://facebook.github.io/watchman)'
|
||||
else if message.match /type.+xcodebuild/i
|
||||
'Xcode Command Line Tools are required'
|
||||
else if message.match /npm/i
|
||||
"npm install failed. This may be a network issue. Check #{projNameHyph}/native/npm-debug.log for details."
|
||||
else
|
||||
message
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user