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
According to yarnpkg/yarn#5379, * should be
used instead of file links for referring to local dependencies,
otherwise file links are installed into package local node_modules. No
idea why that happens, but this seems to fix it.
qdot
added a commit
to buttplugio/buttplug-js
that referenced
this issue
Feb 22, 2019
According to yarnpkg/yarn#5379, * should be
used instead of file links for referring to local dependencies,
otherwise file links are installed into package local node_modules. No
idea why that happens, but this seems to fix it.
Do you want to request a feature or report a bug?
bug
Project structure
Workspaces config
frontend/package.json
What is the current behavior?
packages/frontend/node_modules/base
is created and contains copy oflibs/base
folderWhat is the expected behavior?
No
packages/frontend/node_modules/base
folder, symlinked one fromnode_modules/base
is usedPlease mention your node.js, yarn and operating system version.
Yarn 1.3.2
Node 8.7.0
Windows 10
The text was updated successfully, but these errors were encountered: