Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • daniel snyder 7 posts 97 karma points
    Feb 03, 2022 @ 05:24
    daniel snyder
    0

    I downloaded the Umbraco-CMS code base from github and it did not compile. and gave this error.

    Severity Code Description Project File Line Suppression State Error MSB3073 The command "npm ci" exited with code 9009. Umbraco.Web.UI C:\Users\Downloads\Umbraco-CMS-9-contrib (1)\Umbraco-CMS-9-contrib\src\Umbraco.Web.UI\Umbraco.Web.UI.csproj 110

    I removed these lines from the project file which allowed it to build,

    Target Name="BelleBuild" Exec WorkingDirectory="$(ProjectDir)/../Umbraco.Web.UI.Client/" Command="npm ci" Exec WorkingDirectory="$(ProjectDir)/../Umbraco.Web.UI.Client/" Command="npm run build:skip-tests" Target

    CallTarget Targets="BelleBuild" Condition="!Exists('$(BellePath)') and '$(UmbracoBuild)' == ''"

    Then it compiles but won't run, and gives this error.

    A server error occurred This is most likely due to an error during application startup

    Did you know {{installer.feedback}}

    //END OF ERROR Copy

    Any suggestions on how to get the Umbraco code to run? What am I missing?

    Thanks!

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Feb 03, 2022 @ 09:08
    Søren Kottal
    100

    Hi Daniel

    Sounds like you don't have node installed

    Try following the guide at https://github.com/umbraco/Umbraco-CMS/blob/v9/contrib/.github/CONTRIBUTING.md#working-with-the-code

  • daniel snyder 7 posts 97 karma points
    Feb 06, 2022 @ 01:18
    daniel snyder
    0

    Thank you, I will try this out.

  • daniel 4 posts 24 karma points
    Feb 06, 2022 @ 03:46
    daniel
    0

    I just saw this, and since I don't know much (anything) about npm, I have to ask, is this a danger?

    https://threatpost.com/malicious-npm-packages-web-apps/178137/

Please Sign in or register to post replies

Write your reply to:

Draft