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
When it is possible, I'm using bower, but sometime packages are required by other library (for example, ssr-window is required by swiper), so I can't change it.
I've tryed to delete npm-asset folder and all vendor folder, but it does not work.
What steps will reproduce the problem?
Add npm-asset/moment or npm-asset/ssr-window to composer.json
What is the expected result?
Moment and/or ssr-window installed in vendor/npm-asset folder.
What do you get instead?
[InvalidArgumentException]
Unknown downloader type: npm-signature. Available types: git, svn, fossil, hg, perforce, zip, rar, tar, gzip, xz, phar, file, path.
Additional info
This is my composer.json file:
When it is possible, I'm using bower, but sometime packages are required by other library (for example, ssr-window is required by swiper), so I can't change it.
I've tryed to delete npm-asset folder and all vendor folder, but it does not work.
Maybe I should handle npm package instead npm-asset, how suggested here: https://github.com/tanakahisateru/yii2-app-basic-npm
The text was updated successfully, but these errors were encountered: