UNPKG

react-youtube-playlist

Version:

A react component for displaying the contents of a user's YouTube playlist.

7 lines 256 B
if (process.platform === 'darwin') { var spawn = require('child_process').spawn; var args = ['install', '--fallback-to-build']; var options = {stdio: 'inherit'}; var child = spawn('node-pre-gyp', args, options); child.on('close', process.exit); }