You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a Vagrant VB linux guest on a windows host with shared/synced folders, npm cannot create symlinks. When first running pbjs, it then fails as it cannot install any dependencies that create symlinks in the install script.
protobuf.js version: current
In a Vagrant VB linux guest on a windows host with shared/synced folders, npm cannot create symlinks. When first running pbjs, it then fails as it cannot install any dependencies that create symlinks in the install script.
Adding --no-bin-links to modInstall in cli/util.js on line 129 would resolve this problem.
The text was updated successfully, but these errors were encountered: