File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -787,30 +787,6 @@ You may see a warning like this when building a Webpack bundle using any version
787
787
+ module.exports = merge({}, webpackConfig, ignoreWarningsConfig)
788
788
```
789
789
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
- ```
814
790
### Undefined Set
815
791
```
816
792
ExecJS::ProgramError (identifier 'Set' undefined):
You can’t perform that action at this time.
0 commit comments