Skip to content

Commit a096ca2

Browse files
committed
Remove the section related to webpacker installation
1 parent 4408596 commit a096ca2

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -787,30 +787,6 @@ You may see a warning like this when building a Webpack bundle using any version
787787
+ module.exports = merge({}, webpackConfig, ignoreWarningsConfig)
788788
```
789789

790-
### During installation
791-
1) While using installers.(rails webpacker:install:react && rails webpacker:install)
792-
Error:
793-
```
794-
public/packs/manifest.json. Possible causes:
795-
1. You want to set webpacker.yml value of compile to true for your environment
796-
unless you are using the `webpack -w` or the webpack-dev-server.
797-
2. webpack has not yet re-run to reflect updates.
798-
3. You have misconfigured Webpacker's config/webpacker.yml file.
799-
4. Your webpack configuration is not creating a manifest.
800-
or
801-
yarn: error: no such option: --dev
802-
ERROR: [Errno 2] No such file or directory: 'add'
803-
```
804-
Fix: Try updating yarn package.
805-
```
806-
sudo apt remove cmdtest
807-
sudo apt remove yarn
808-
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
809-
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
810-
sudo apt-get update && sudo apt-get install yarn
811-
812-
yarn install
813-
```
814790
### Undefined Set
815791
```
816792
ExecJS::ProgramError (identifier 'Set' undefined):

0 commit comments

Comments
 (0)