gpt4 book ai didi

node.js - 无法安装 Sequelize NPM node_modules/.sequelize.DELETE/node_modules/debug

转载 作者:行者123 更新时间:2023-12-03 22:38:51 26 4
gpt4 key购买 nike

我是 NodeJS 的新手,想使用 Sequelize。
我在新的 CentOS7 虚拟机上安装了 PostgreSQL 和 Node。

node -v v10.14.1
npm -v v6.5.0

当我尝试安装 sequelize
[vmuser@accounts-1 accounts-nodejs]$ npm install --save sequelize
npm ERR! path /mnt/hgfs/vms_shared/dev/accounts-nodejs/node_modules/.sequelize.DELETE/node_modules/debug
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/mnt/hgfs/vms_shared/dev/accounts-nodejs/node_modules/.sequelize.DELETE/node_modules/debug' -> '/mnt/hgfs/vms_shared/dev/accounts-nodejs/node_modules/sequelize/node_modules/debug'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! /home/vmuser/.npm/_logs/2018-12-12T15_42_17_715Z-debug.log

最佳答案

可能是因为你没有 package.json 文件。 --save 标志指示 npm 将其保存为 package.json 中的依赖项。
因此,首先运行 npm init 它是一个交互式命令行过程。然后安装 Sequelize

关于node.js - 无法安装 Sequelize NPM node_modules/.sequelize.DELETE/node_modules/debug,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53746640/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com