`require`无效

时间:2016-10-05 06:13:32

标签: node.js npm

以前我使用Meteor 1.2,npm:' 2.11.3'和节点:' 0.12.7'在我的应用程序中,我正在使用

var path = require('path');
var fs = require('fs');
const remote = require('remote');
var fsPlus =remote.require('fs-plus');
var nconf = remote.require('nconf');

目前我在Meteor 1.4中迁移它,npm:' 2.15.9'和节点:' 4.5.0'以上代码

Error: Cannot find module 'path'

0 个答案:

没有答案
相关问题