Hello There,
On my MacBook Pro, I have all the necessary requirements. I ran 'yarn install' in the ASP.NET Core starter kit, but I received these outputs and warnings: how will my project be affected by these 'yarn install' failed situations? What do the failures mean? What should I do? How can I fix it?
Thank you
Mustafa
I ran yarn install.
Terminal result:
sudo yarn install
Password:
⤠YN0000: · Yarn 4.1.1
⤠YN0000: â Resolution step
⤠YN0085: â + @babel/core@npm:7.24.0, @babel/runtime@npm:7.24.0, and 1320 more.
⤠YN0000: â Completed in 5s 226ms
⤠YN0000: â Post-resolution validation
⤠YN0002: â keenthemes@workspace:. doesn't provide @egjs/hammerjs (pdf28f), requested by vis-timeline.
⤠YN0002: â keenthemes@workspace:. doesn't provide component-emitter (p21463), requested by vis-timeline.
⤠YN0002: â keenthemes@workspace:. doesn't provide keycharm (p34cfb), requested by vis-timeline.
⤠YN0002: â keenthemes@workspace:. doesn't provide postcss (p422d2), requested by postcss-loader.
⤠YN0002: â keenthemes@workspace:. doesn't provide prop-types (p598e2), requested by @yaireo/tagify.
⤠YN0002: â keenthemes@workspace:. doesn't provide propagating-hammerjs (p57e5c), requested by vis-timeline.
⤠YN0002: â keenthemes@workspace:. doesn't provide uuid (p2998c), requested by vis-timeline.
⤠YN0002: â keenthemes@workspace:. doesn't provide vis-data (p4d4e7), requested by vis-timeline.
⤠YN0002: â keenthemes@workspace:. doesn't provide vis-util (p90232), requested by vis-timeline.
⤠YN0002: â keenthemes@workspace:. doesn't provide xss (p46b14), requested by vis-timeline.
⤠YN0086: â Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code.
⤠YN0000: â Completed
⤠YN0000: â Fetch step
⤠YN0013: â 9 packages were added to the project (+ 771.26 KiB).
⤠YN0000: â Completed in 2s 823ms
⤠YN0000: â Link step
⤠YN0007: â @fortawesome/fontawesome-free@npm:6.5.1 must be built because it never has been before or the last one failed
⤠YN0007: â fsevents@patch:fsevents@npm%3A1.2.13#optional!builtin<compat/fsevents>::version=1.2.13&hash=d11327 must be built because it never has been before or the last one failed
⤠YN0007: â core-js@npm:2.6.12 must be built because it never has been before or the last one failed
⤠YN0007: â es5-ext@npm:0.10.64 must be built because it never has been before or the last one failed
⤠YN0000: â Completed in 12s 399ms
⤠YN0000: · Done with warnings in 20s 615ms
Hi,
Thank you for your feedback.
These are warnings and they shouldn't influence the run of the application so you can ignore these warnings for now. We will check these warnings in more detail and will include fix for them in the next Metronic releases.
Regards,
Lauris Stepanovs,
Keenthemes Support Team