ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

Unsupported Windows package #128

Closed boutzamat closed 4 years ago

boutzamat commented 4 years ago

What version of Laravel are you using? (nothing lower than v5.4).

Laravel 6,x

is it an issue related to installation or usage ?

Installation

what is the error you are getting ?

Since i am using Windows, and don't have Yarn installed i went with NPM, which should be the same. The errors that concerns me is:

npm WARN deprecated rollup-plugin-node-resolve@2.1.1: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
npm WARN deprecated rollup-plugin-commonjs@7.1.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-commonjs.

and

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

Extra Info "attaching a screen shot would be very helpful"

Here is the full log:

npm WARN deprecated rollup-plugin-node-resolve@2.1.1: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
npm WARN deprecated rollup-plugin-commonjs@7.1.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-commonjs.

> core-js@3.6.2 postinstall C:\laragon\www\artcast\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

Do You Know A Solution For this Issue ?

Unfortunately not.

ctf0 commented 4 years ago

can u make a repo for me to test ?

boutzamat commented 4 years ago

Thanks for the quick reply.

I don't have any online server to deploy a test to. Can i upload my site to Github so you can clone and test it?

Btw, does this package work with Laravel 6.x?

I followed every step in the tutorial, and manually installed @rollup/plugin-node-resolve and @rollup/plugin-commonjs as suggested by NPM, but i get console errors like vue component <media-manager> not found.

ctf0 commented 4 years ago

i cant really tell without seeing what u have, also yeah u can upload ur work on github and send me the link to it.