Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
fix: Update craco to 3.3.1 to resolve error
Browse files Browse the repository at this point in the history
See dilanx/craco#61.
Updating to craco 3.3.1 resolves error when trying to install dependencies and build:
```
Error: Cannot find module '~/code/src/paritytech/fether/node_modules/react-scripts/config/webpack.config.dev'
```
  • Loading branch information
ltfschoen committed Jan 19, 2019
1 parent f165811 commit e9f4c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fether-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test": "ln -s ../../../node_modules/react-scripts node_modules/ && cross-env SKIP_PREFLIGHT_CHECK=true craco test; rm node_modules/react-scripts"
},
"dependencies": {
"@craco/craco": "^3.2.3",
"@craco/craco": "^3.3.1",
"@parity/abi": "^3.0.27",
"@parity/api": "^3.0.27",
"@parity/contracts": "^3.0.27",
Expand Down

0 comments on commit e9f4c6d

Please sign in to comment.