Base solution for your next web application
Open Closed

Installation Error #4453


User avatar
0
muhittincelik created

Hi,

I downloaded my solution but i got the following erros when i build my solution;

Failed to run "D:\Projeler\Smart\src\Smart.Web.Mvc\Gulpfile.js"... cmd.exe /c gulp --tasks-simple 'gulp' is not recognized as an internal or external command, operable program or batch file.

and

Severity Code Description Project File Line Suppression State Warning MSB3245 Could not resolve this reference. Could not locate the assembly "System.ComponentModel.DataAnnotations". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. Smart.Core.Shared C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets 2041


3 Answer(s)
  • User Avatar
    0
    muhittincelik created

    And yarn command output is;

    error <a class="postlink" href="https://registry.yarnpkg.com/blueimp-canvas-to-blob/-/blueimp-canvas-to-blob-3.5.0.tgz">https://registry.yarnpkg.com/blueimp-ca ... -3.5.0.tgz</a>: unable to get local issuer certificate error <a class="postlink" href="https://registry.yarnpkg.com/blueimp-load-image/-/blueimp-load-image-2.12.2.tgz">https://registry.yarnpkg.com/blueimp-lo ... 2.12.2.tgz</a>: unable to get local issuer certificate error <a class="postlink" href="https://registry.yarnpkg.com/blueimp-tmpl/-/blueimp-tmpl-3.6.0.tgz">https://registry.yarnpkg.com/blueimp-tm ... -3.6.0.tgz</a>: unable to get local issuer certificate

    My client is behind the corporate proxy.

  • User Avatar
    0
    alper created
    Support Team

    <cite>muhittincelik: </cite> Hi,

    I downloaded my solution but i got the following erros when i build my solution;

    Failed to run "D:\Projeler\Smart\src\Smart.Web.Mvc\Gulpfile.js"... cmd.exe /c gulp --tasks-simple 'gulp' is not recognized as an internal or external command, operable program or batch file.

    and

    Severity Code Description Project File Line Suppression State Warning MSB3245 Could not resolve this reference. Could not locate the assembly "System.ComponentModel.DataAnnotations". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. Smart.Core.Shared C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets 2041

    did you install gulp?

    npm install -g gulp
    

    see <a class="postlink" href="https://stackoverflow.com/questions/39195128/gulp-is-not-recognized-as-an-internal-or-external-command">https://stackoverflow.com/questions/391 ... al-command</a>

  • User Avatar
    0
    alper created
    Support Team

    <cite>muhittincelik: </cite> And yarn command output is;

    error <a class="postlink" href="https://registry.yarnpkg.com/blueimp-canvas-to-blob/-/blueimp-canvas-to-blob-3.5.0.tgz">https://registry.yarnpkg.com/blueimp-ca ... -3.5.0.tgz</a>: unable to get local issuer certificate error <a class="postlink" href="https://registry.yarnpkg.com/blueimp-load-image/-/blueimp-load-image-2.12.2.tgz">https://registry.yarnpkg.com/blueimp-lo ... 2.12.2.tgz</a>: unable to get local issuer certificate error <a class="postlink" href="https://registry.yarnpkg.com/blueimp-tmpl/-/blueimp-tmpl-3.6.0.tgz">https://registry.yarnpkg.com/blueimp-tm ... -3.6.0.tgz</a>: unable to get local issuer certificate

    My client is behind the corporate proxy.

    if you want to use yarn behind a proxy that adds self-signed ssl;

    yarn config set strict-ssl false