alt-tutorial
alt-tutorial copied to clipboard
npm start -- error
I followed the directions, but 'npm start' ended up with an error.
Please see attached log-file.
-- Jeff
Most likely you're running Linux or another non Mac OSX system, in which the open command doesn't exist
@goatslacker Could this be changed so that npm start be used by Linux users?
@Jeff-Franks As an alternative you can run npm run build then manually open index.html , or run google-chrome index.html or firefox index.html or whatever your preferred browser is, once the build is complete.