Precompiling assets failed ExecJS::ProgramError: Unexpected token: operator (=) (line: 10770 , col: 0, pos: 300859)

前端 未结 5 1907
傲寒
傲寒 2020-12-30 06:46

I am having issues pushing my rails project to heroku. I get a \"Precompiling assets failed\" message . I am new to programming and new to ruby on rails. I really need some

5条回答
  •  情书的邮戳
    2020-12-30 07:01

    Search for operator = in your JavaScript. You will provably find typo with = then.

    remote: rake aborted! remote: ExecJS::ProgramError: Unexpected token: operator (=) (line: 10770 , col: 0, pos: 300859)

提交回复
热议问题