144 echo '<h1>NanoFramework recognizes that error and knows how to fix it.</h1>' . PHP_EOL;
145 echo '<ol>' . PHP_EOL;
146 echo '<li>' . PHP_EOL;
147 echo '<ul>' . PHP_EOL;
148 echo '<li>If you did not edit your <code>composer.json</code> file, simply run <code>vendor/bin/nano-generate composer</code> from the command line and confirm with <code>y</code>.</li>' . PHP_EOL;
149 echo '<li>If you did edit <code>composer.json</code>, add this code in the file instead:<code><pre>"autoload": {' . PHP_EOL . ' "psr-4": {' . PHP_EOL . ' "App\\\\": "app"' . PHP_EOL . ' }' . PHP_EOL . '}</pre></code></li>' . PHP_EOL;
150 echo '</ul>' . PHP_EOL;
151 echo '</li>' . PHP_EOL;
152 echo '<li>After that, run <code>composer dumpautoload</code>.</li>' . PHP_EOL;