После того, как я создал свой код Angular 5 при попытке развернуть его в Azure, я получаю сообщение об ошибке ниже.Кто-нибудь может мне помочь в этом?
Заранее спасибо.
remote: An error has occurred during web site deployment.
remote:
remote: npm failed
remote: npm ERR! path ../coffee-script/bin/coffee
remote: npm ERR! code ENOENT
remote: npm ERR! errno -2
remote: npm ERR! syscall symlink
remote: npm ERR! enoent ENOENT: no such file or directory, symlink '../coffee-script/bin/coffee' -> '/home/site/wwwroot/node_modules/.bin/coffee'
remote: npm ERR! enoent This is related to npm not being able to find a file.
remote: npm ERR! enoent
remote:
remote: npm ERR! A complete log of this run can be found in:
remote: npm ERR! /home/.npm/_logs/2018-10-19T08_46_26_303Z-debug.log
remote:
remote: App container will begin restart within 10 seconds.
remote: Error - Changes committed to remote repository but deployment to website failed.