-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
I have an app built with create-react-app. When i run the build command i get this error:

Here is my package.json
{
"name": "enjoy-copenhagen",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"bootstrap": "4.0.0-beta.2",
"classnames": "^2.2.5",
"currency-formatter": "^1.3.1",
"draft-js": "^0.10.4",
"firebase": "^4.6.2",
"font-awesome": "^4.7.0",
"money": "^0.2.0",
"node-sass-chokidar": "0.0.3",
"npm-run-all": "^4.1.2",
"rand-token": "^0.4.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-draft-wysiwyg": "^1.12.2",
"react-dropzone": "^4.2.3",
"react-html-email": "^3.0.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-scripts": "1.0.17",
"reactstrap": "5.0.0-alpha.4",
"redux": "^3.7.2",
"redux-form": "^7.1.2",
"redux-i18n": "^1.5.10",
"redux-thunk": "^2.2.0",
"simple-line-icons": "^2.4.1",
"react-star-ratings": "^1.3.0",
"react-image-gallery": "^0.8.6"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build": "npm-run-all build-css build-js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"redux-devtools-extension": "^2.13.2"
}
}
I also attached the debug log 2018-01-14T15_07_27_354Z-debug.log
Can anyone tell me how i can fix this?
Metadata
Metadata
Assignees
Labels
No labels