alt-tutorial icon indicating copy to clipboard operation
alt-tutorial copied to clipboard

npm start -- error

Open Jeff-Franks opened this issue 9 years ago • 2 comments

I followed the directions, but 'npm start' ended up with an error.

Please see attached log-file.

-- Jeff

npm-debug-log.txt

Jeff-Franks avatar Dec 16 '15 05:12 Jeff-Franks

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?

mantagen avatar Mar 08 '16 23:03 mantagen

@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.

mantagen avatar Mar 08 '16 23:03 mantagen