Advertisement
sas2job

Untitled

May 25th, 2022
666
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.11 KB | None | 0 0
  1. $ bundle exec rails webpacker:install
  2.    identical  config/webpacker.yml
  3. Copying webpack core config
  4.        exist  config/webpack
  5.    identical  config/webpack/development.js
  6.     conflict  config/webpack/environment.js
  7. Overwrite /home/user/git/Todoser/config/webpack/environment.js? (enter "h" for help) [Ynaqdhm] n
  8.         skip  config/webpack/environment.js
  9.    identical  config/webpack/production.js
  10.    identical  config/webpack/test.js
  11. Copying postcss.config.js to app root directory
  12.    identical  postcss.config.js
  13. Copying babel.config.js to app root directory
  14.    identical  babel.config.js
  15. Copying .browserslistrc to app root directory
  16.    identical  .browserslistrc
  17. The JavaScript app source directory already exists
  18.        apply  /home/user/.rvm/gems/ruby-2.7.0/gems/webpacker-5.4.3/lib/install/binstubs.rb
  19.   Copying binstubs
  20.        exist    bin
  21.    identical    bin/webpack
  22.    identical    bin/webpack-dev-server
  23. File unchanged! The supplied flag value not found!  .gitignore
  24. Installing all JavaScript dependencies [5.4.3]
  25.          run  yarn add @rails/webpacker@5.4.3 from "."
  26. yarn add v1.22.18
  27. [1/4] Resolving packages...
  28. [2/4] Fetching packages...
  29. [3/4] Linking dependencies...
  30. warning " > bootstrap@4.6.1" has unmet peer dependency "popper.js@^1.16.1".
  31. error An unexpected error occurred: "EPERM: operation not permitted, symlink '../../../parser/bin/babel-parser.js' -> '/home/user/git/Todoser/node_modules/@babel/core/node_modules/.bin/parser'".
  32. info If you think this is a bug, please open a bug report with the information provided in "/home/user/git/Todoser/yarn-error.log".
  33. info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
  34. Installing webpack and webpack-cli as direct dependencies
  35.          run  yarn add webpack@^4.46.0 webpack-cli@^3.3.12 from "."
  36. yarn add v1.22.18
  37. [1/4] Resolving packages...
  38. [2/4] Fetching packages...
  39. [3/4] Linking dependencies...
  40. warning " > bootstrap@4.6.1" has unmet peer dependency "popper.js@^1.16.1".
  41. error An unexpected error occurred: "EPERM: operation not permitted, symlink '../../../parser/bin/babel-parser.js' -> '/home/user/git/Todoser/node_modules/@babel/core/node_modules/.bin/parser'".
  42. info If you think this is a bug, please open a bug report with the information provided in "/home/user/git/Todoser/yarn-error.log".
  43. info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
  44. Installing dev server for live reloading
  45.          run  yarn add --dev webpack-dev-server@^3 from "."
  46. yarn add v1.22.18
  47. [1/4] Resolving packages...
  48. [2/4] Fetching packages...
  49. [3/4] Linking dependencies...
  50. warning " > bootstrap@4.6.1" has unmet peer dependency "popper.js@^1.16.1".
  51. error An unexpected error occurred: "EPERM: operation not permitted, symlink '../../../parser/bin/babel-parser.js' -> '/home/user/git/Todoser/node_modules/@babel/core/node_modules/.bin/parser'".
  52. info If you think this is a bug, please open a bug report with the information provided in "/home/user/git/Todoser/yarn-error.log".
  53. info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
  54. Webpacker successfully installed 🎉 🍰
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement