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
Hi
I'm getting an error when running composer require "sheadawson/silverstripe-linkable": "dev-master".
Error:
[ErrorException]
copy(C:\wamp64\www\ss4\vendor\sheadawson\silverstripe-linkable\client\js):
failed to open stream: No such file or directory
When I look in the linkable directory there is no /client/js directory but in the composer.json for the linkable module it has:
"expose": [
"client/js"
]
There is a js directory under /client/dist/js perhaps it should point there or else be removed?
Thanks,
JC
The text was updated successfully, but these errors were encountered:
Hi
I'm getting an error when running composer require "sheadawson/silverstripe-linkable": "dev-master".
Error:
[ErrorException]
copy(C:\wamp64\www\ss4\vendor\sheadawson\silverstripe-linkable\client\js):
failed to open stream: No such file or directory
When I look in the linkable directory there is no /client/js directory but in the composer.json for the linkable module it has:
"expose": [
"client/js"
]
There is a js directory under /client/dist/js perhaps it should point there or else be removed?
Thanks,
JC
The text was updated successfully, but these errors were encountered: