talyssonoc / react-laravel

Package for using ReactJS with Laravel
896 stars 90 forks source link

NPM Install Issue #81

Open georgewritescode opened 7 years ago

georgewritescode commented 7 years ago

I usually run npm on my local machine rather than my homestead machine so this fails whenever I run it on homestead for unknown issues (Im running homestead on windows).

Perhaps we can manually instally the npm libraries after in another without it being part of the build process?

`installing npm dependencies in '/home/vagrant/Code/roo/vendor/talyssonoc/react-laravel'... npm WARN temp-composer-extra-asssets@ No license field. npm ERR! Linux 4.4.0-22-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! node v5.12.0 npm ERR! npm v3.8.6 npm ERR! path ../acorn/bin/acorn npm ERR! code EPROTO npm ERR! errno -71 npm ERR! syscall symlink

npm ERR! EPROTO: protocol error, symlink '../acorn/bin/acorn' -> '/home/vagrant/Code/roo/vendor/talyssonoc/react-laravel/node_modules/.bin/acorn' npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request: npm ERR! /home/vagrant/Code/roo/vendor/talyssonoc/react-laravel/npm-debug.log`