加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

使用npm install作为MS-Windows系统帐户

发布时间:2020-12-13 23:14:04 所属栏目:Windows 来源:网络整理
导读:我有一个在 Windows上运行的节点应用程序,我希望能够自动更新.当我以管理员帐户运行npm install -d时 – 它工作正常,但是当我尝试通过我的自动化软件(以本地系统运行)运行它时,当我尝试从私有模块安装私有模块时出现错误git存储库: npm ERR! git clone git@
我有一个在 Windows上运行的节点应用程序,我希望能够自动更新.当我以管理员帐户运行npm install -d时 – 它工作正常,但是当我尝试通过我的自动化软件(以本地系统运行)运行它时,当我尝试从私有模块安装私有模块时出现错误git存储库:
npm ERR! git clone git@bitbucket.org:team/repository.git fatal: Could not change back to 'C:/Windows/system32/config/systemprofile/AppData/Roaming/npm-cache/_git-remotes/git-bitbucket-org-team-repository-git-06356f5b': No such file or directory
    npm ERR! Error: Command failed: fatal: Could not change back to 'C:/Windows/system32/config/systemprofile/AppData/Roaming/npm-cache/_git-remotes/git-bitbucket-org-team-repository-git-06356f5b': No such file or directory
    npm ERR! 
    npm ERR!     at ChildProcess.exithandler (child_process.js:637:15)
    npm ERR!     at ChildProcess.EventEmitter.emit (events.js:98:17)
    npm ERR!     at maybeClose (child_process.js:735:16)
    npm ERR!     at Socket.<anonymous> (child_process.js:948:11)
    npm ERR!     at Socket.EventEmitter.emit (events.js:95:17)
    npm ERR!     at Pipe.close (net.js:451:12)
    npm ERR! If you need help,you may report this log at:
    npm ERR!     <http://github.com/isaacs/npm/issues>
    npm ERR! or email it to:
    npm ERR!     <npm-@googlegroups.com>

    npm ERR! System Windows_NT 6.1.7601
    npm ERR! command "C:Program Filesnodejs\node.exe" "C:Program Filesnodejsnode_modulesnpmbinnpm-cli.js" "install" "-d"
    npm ERR! cwd D:nodeapp
    npm ERR! node -v v0.10.8
    npm ERR! npm -v 1.2.23
    npm ERR! code 128

只是使用相同的系统运行git clone工作正常.有任何想法吗?

更新:以下是_git_remotes目录的权限:

> get-acl C:Windowssystem32configsystemprofileAppDataRoamingnpm-cache_git-remotes |Format-list

Path   : Microsoft.PowerShell.CoreFileSystem::C:Windowssystem32configsystemprofileAppDataRoamingnpm-cache_git-remotes
Owner  : BUILTINAdministrators
Group  : NT AUTHORITYSYSTEM
Access : NT AUTHORITYSYSTEM Allow  FullControl
         BUILTINAdministrators Allow  FullControl
Audit  :
Sddl   : O:BAG:SYD:AI(A;OICIID;FA;;;SY)(A;OICIID;FA;;;BA)
不要将自动化软件作为本地系统运行.而是创建一个新的专用服务帐户(如果需要,管理员级别).您也可以这样设置,以便此帐户只能从此系统登录而不能远程登录.我会先尝试以非管理员身份运行该软件.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读