Invalid bin field for "url-loader" when building
-
Hi, I noticed this error when building from source:
warning url-loader@1.1.2: Invalid bin field for "url-loader".
Builds successfully and I haven't found any issues yet. Is it something I should worry about and if so any ideas what could be causing this?
Thanks! -
Hi Pechkin000,
Try this :
npm install url-loader
yarn install v1.22.11
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.13: The platform "linux" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 22.66s.