Saturday, June 15, 2019

npm install --unsafe-perm -g expo-cli


npm install --unsafe-perm -g expo-cli
npm add global expo-cli

No comments:

Post a Comment

Postgress - Read a XML file from a postgress table XML column

SELECT xmltable.* FROM xmldata, XMLTABLE('//ROWS/ROW' PASSING data COLUMNS id int PATH ...