2021-02-03

|

Rails - 다양한 오류.. github.io 개발블로그 다시 구성 - Lanyon 테마 사용

Rails ERROR

You could try using –skip-broken to work around the problem -> 해결안됨
Nodejs 삭제 후 다시 시도 -> 성공
참고 링크
nodejs 최신 버전 설치
npm, node 삭제
npm 설치

Webpacker::Manifest::MissingEntryError in Articles#index 오류

error Command “webpack” not found.
-> yarn run test (https://classic.yarnpkg.com/en/docs/cli/run)
->command not found: babel
@babel/plugin-transform-destructuring’
@babel/plugin-transform-runtime
@babel/plugin-transform-regenerator
@babel/preset-env’
Bable 플러그인 오류 다수

@rails/webpacker’ from ‘config/webpack/environment.js 오류

->webpack-cli Error BrowserslistError: 오류
->webpack 5.20.1 compiled successfully in 64 ms
webpack 오류 해결 완료
webpack -w 참고링크

WARNING in configuration -> 해결

The ‘mode’ option has not been set, webpack will fallback to ‘production’ for this value. Set ‘mode’ option to ‘development’ or ‘production’ to enable defaults for each environment. You can also set it to ‘none’ to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/

ERROR in main Module not found: Error: Can’t resolve ‘./src’ in ‘/Users/son-eunsu/RubymineProjects/blog1’

실패

Comments