1. 'use strict';
    
  2. 
    
  3. throw new Error(
    
  4.   'The React Server Writer cannot be used outside a react-server environment. ' +
    
  5.     'You must configure Node.js using the `--conditions react-server` flag.'
    
  6. );