随笔分类 - 踩坑
摘要:使用node构建的项目中默认是不支持import语法的,要使用babel去编译了才能执行,具体分为以下三步: 一、安装 babel cli babel preset es2015 二、修改package.json 修改dev和start: exec babel node 三、根目录下新建.babel
阅读全文
摘要:错误 store/index.js代码如下: 解决办法 根据错误提示,到处一个方法,并在方法里把store导出。
阅读全文
摘要:在控制台输入 启动 mongodb服务,地址栏输入http://localhost:27017/ 能看到下图,表示服务启动成功。 打开”MongoDB Compass Community“软件 点击”connect"按钮时报 MongoDB not running on the provided h
阅读全文