Code Monkey home page Code Monkey logo

Comments (9)

angelfreedomv avatar angelfreedomv commented on August 15, 2024

是不是mongoose版本不对?我看了您的webpack的mongoose版本是4.6.0的。需要安装旧版本mongodb对吗?

from m-mall-admin.

skyvow avatar skyvow commented on August 15, 2024

@angelfreedomv 有可能,最好按照 package.json 版本来。另外我本地 mongodb-3.2.7、redis-3.2.3。

from m-mall-admin.

angelfreedomv avatar angelfreedomv commented on August 15, 2024

你本地测试是windows还是mac os系统?我看了一下本地的mongodb是3.4.9版本,要降级版本对吧。

from m-mall-admin.

skyvow avatar skyvow commented on August 15, 2024

@angelfreedomv mac

from m-mall-admin.

angelfreedomv avatar angelfreedomv commented on August 15, 2024

好的 谢谢了 我降级版本试试

from m-mall-admin.

angelfreedomv avatar angelfreedomv commented on August 15, 2024

mongodb 3.2 windows版本在网上不好找了啊

from m-mall-admin.

angelfreedomv avatar angelfreedomv commented on August 15, 2024

[2017-09-21 16:10:42.710] [ERROR] console - (node:11080) DeprecationWarning: open() is deprecated in mongoose >= 4.11.0, use openUri() instead, or set the useMongoClient option if using connect() or createConnection(). See http://mongoosejs.com/docs/connections.html#use-mongo-client
[2017-09-21 16:10:42.730] [INFO] console - ------ Express server listening on port 3000 ------
[2017-09-21 16:10:42.754] [INFO] console - ------ Redis connection succeed ------
[2017-09-21 16:10:42.839] [INFO] console - ------ Mongodb connection succeed ------
[2017-09-21 16:10:42.920] [ERROR] console - (node:11080) DeprecationWarning: Mongoose: mpromise (mongoose's default promise library) is deprecated, plug in your own promise library instead: http://mongoosejs.com/docs/promises.html

我找到了 3.2.7版本,还是不行,老是出这样的问题,是不是要改成openUri() ?。

from m-mall-admin.

angelfreedomv avatar angelfreedomv commented on August 15, 2024

解决了,刚才网络问题少装了依赖

from m-mall-admin.

shuracwf avatar shuracwf commented on August 15, 2024

我使用了以下步骤解决了此问题:
npm remove mongoose
npm install [email protected] --save

from m-mall-admin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.