-
Notifications
You must be signed in to change notification settings - Fork 28
Description
i install laravel 5.3 package.json
use this command : sudo cnpm install --no-bin-links
then i got this
vagrant@homestead:~/Code/dataIndex$ sudo cnpm install --no-bin-links
Installing vue-loader@^9.3.2[[email protected] › webpack-stream@github:jeroennoten/webpack-stream#patch-1] install webpack-stream from git github:jeroennoten/webpack-stream#patch-1, may be very slow, please keep patience
⠼ Installing streamfilter@^1.0.5Error: EPROTO: protocol error, symlink '../../.0.2.2@buble-loader' -> '/home/vagrant/Code/dataIndex/node_modules/.1.0.10@laravel-elixir-webpack-official/node_modules/buble-loader'
at Error (native)
npminstall version: 2.15.0
npminstall args: /usr/bin/nodejs /usr/lib/node_modules/cnpm/node_modules/npminstall/bin/install.js --china --userconfig=/home/vagrant/.cnpmrc --disturl=https://npm.taobao.org/mirrors/node --registry=https://registry.npm.taobao.org --no-bin-links
this node_modules can not load
the error seems like the buble-loader load failed.
so,is there another way to make it?