mirror of
https://github.com/status-im/re-natal.git
synced 2025-02-20 00:08:07 +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)'
|
'Watchman is required (https://facebook.github.io/watchman)'
|
||||||
else if message.match /type.+xcodebuild/i
|
else if message.match /type.+xcodebuild/i
|
||||||
'Xcode Command Line Tools are required'
|
'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
|
else
|
||||||
message
|
message
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user