Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/286.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Node.js 无法在ec2 Ubuntu MERN堆栈中部署_Node.js_Reactjs_Ubuntu_Npm_Amazon Ec2 - Fatal编程技术网

Node.js 无法在ec2 Ubuntu MERN堆栈中部署

Node.js 无法在ec2 Ubuntu MERN堆栈中部署,node.js,reactjs,ubuntu,npm,amazon-ec2,Node.js,Reactjs,Ubuntu,Npm,Amazon Ec2,我正试图在ec2 Ubuntu实例上部署我的MERN堆栈。在我安装项目依赖项之前,一切都正常。我的项目在本地运行良好,但由于某些原因,我无法修复实例(prod)中的依赖性问题: 我试着单独安装依赖项,使用npm,使用Thread,但什么都没做 这是我的package.json文件: "version": "0.1.0", "private": true, "dependencies":

我正试图在ec2 Ubuntu实例上部署我的MERN堆栈。在我安装项目依赖项之前,一切都正常。我的项目在本地运行良好,但由于某些原因,我无法修复实例(prod)中的依赖性问题:

我试着单独安装依赖项,使用npm,使用Thread,但什么都没做

这是我的package.json文件:

"version": "0.1.0",
        "private": true,
        "dependencies": {
                "@fortawesome/fontawesome-free": "^5.15.1",
                "@popperjs/core": "^2.5.3",
                "@testing-library/jest-dom": "^5.11.4",
                "@testing-library/react": "^11.1.0",
                "@testing-library/user-event": "^12.1.10",
                "algoliasearch": "^4.5.1",
                "algoliasearch-helper": "^3.2.2",
                "axios": "^0.19.2",
                "babel-eslint": "^10.1.0",
                "babel-loader": "^8.1.0",
                "bootstrap": "^4.5.3",
                "brew": "0.0.8",
                "compression": "^1.7.4",
                "cors": "^2.8.5",
                "crypto": "^1.0.1",
                "eslint-config-react-app": "^6.0.0",
                "eslint-plugin-react": "^7.21.5",
                "express": "^4.17.1",
                "file-system": "^2.2.2",
                "flowtype": "^2.0.0",
                "git": "^0.1.5",
                "gridfs-stream": "^1.1.1",
                "helmet": "^4.1.1",
                "https-localhost": "^4.6.3",
                "instantsearch.css": "^7.4.5",
                "jquery": "^3.5.1",
                "method-override": "^3.0.0",
                "mongodb": "^3.5.9",
                "mongoose": "^5.9.20",
                "multer": "^1.4.2",
                "multer-gridfs-storage": "^4.2.0",
                "node-json-db": "^1.1.0",
                "node-sass": "^4.14.1",
                "nodemon": "^2.0.4",
                "popper.js": "^1.16.1",
                "react": "^17.0.1",
                "react-autosuggest": "^10.0.2",
                "react-bootstrap": "^1.3.0",
                "react-create-app": "^2.0.6",
                "react-dom": "^17.0.1",
                "react-instantsearch-dom": "^6.7.0",
                "react-router-dom": "^5.1.2",
                "react-scripts": "4.0.0",
                "react-tappable": "^1.0.4",
                "react-toastify": "^6.0.4",
                "rfs": "^9.0.3",
                "serve": "^11.3.2",
                "typescript": "^4.0.5",
                "web-vitals": "^0.2.4",
                "yarn": "^1.22.10"
        },
        "scripts": {
                "start": "react-scripts start",
                "build": "react-scripts build",
                "test": "react-scripts test",
                "eject": "react-scripts eject"
        }, "eslintConfig": {
                "extends": [
                        "react-app"
                ]
        },
        "browserslist": {
                "production": [
                        ">0.2%",
                        "not dead",
                        "not op_mini all"
                ],
                "development": [
                        "last 1 chrome version",
                        "last 1 firefox version",
                        "last 1 safari version"
                ]
        }
}
怎么了

Ec2 Ubuntu 20.04 使用Node.js作为服务器 反应
Mongo

希望这对您有所帮助:谢谢!我能够制作一个版本。非常感谢。
"version": "0.1.0",
        "private": true,
        "dependencies": {
                "@fortawesome/fontawesome-free": "^5.15.1",
                "@popperjs/core": "^2.5.3",
                "@testing-library/jest-dom": "^5.11.4",
                "@testing-library/react": "^11.1.0",
                "@testing-library/user-event": "^12.1.10",
                "algoliasearch": "^4.5.1",
                "algoliasearch-helper": "^3.2.2",
                "axios": "^0.19.2",
                "babel-eslint": "^10.1.0",
                "babel-loader": "^8.1.0",
                "bootstrap": "^4.5.3",
                "brew": "0.0.8",
                "compression": "^1.7.4",
                "cors": "^2.8.5",
                "crypto": "^1.0.1",
                "eslint-config-react-app": "^6.0.0",
                "eslint-plugin-react": "^7.21.5",
                "express": "^4.17.1",
                "file-system": "^2.2.2",
                "flowtype": "^2.0.0",
                "git": "^0.1.5",
                "gridfs-stream": "^1.1.1",
                "helmet": "^4.1.1",
                "https-localhost": "^4.6.3",
                "instantsearch.css": "^7.4.5",
                "jquery": "^3.5.1",
                "method-override": "^3.0.0",
                "mongodb": "^3.5.9",
                "mongoose": "^5.9.20",
                "multer": "^1.4.2",
                "multer-gridfs-storage": "^4.2.0",
                "node-json-db": "^1.1.0",
                "node-sass": "^4.14.1",
                "nodemon": "^2.0.4",
                "popper.js": "^1.16.1",
                "react": "^17.0.1",
                "react-autosuggest": "^10.0.2",
                "react-bootstrap": "^1.3.0",
                "react-create-app": "^2.0.6",
                "react-dom": "^17.0.1",
                "react-instantsearch-dom": "^6.7.0",
                "react-router-dom": "^5.1.2",
                "react-scripts": "4.0.0",
                "react-tappable": "^1.0.4",
                "react-toastify": "^6.0.4",
                "rfs": "^9.0.3",
                "serve": "^11.3.2",
                "typescript": "^4.0.5",
                "web-vitals": "^0.2.4",
                "yarn": "^1.22.10"
        },
        "scripts": {
                "start": "react-scripts start",
                "build": "react-scripts build",
                "test": "react-scripts test",
                "eject": "react-scripts eject"
        }, "eslintConfig": {
                "extends": [
                        "react-app"
                ]
        },
        "browserslist": {
                "production": [
                        ">0.2%",
                        "not dead",
                        "not op_mini all"
                ],
                "development": [
                        "last 1 chrome version",
                        "last 1 firefox version",
                        "last 1 safari version"
                ]
        }
}