iT邦幫忙

0

parcel(已解決)

  • 分享至 

  • xImage

想請問大大

小弟最近剛想學習parcel 來取代 webpack

但一開始安裝完後就遇到卡關

我的目錄結構已經有用好

index.html, index.js (都是官網的基本內容, 我都沒更動)

但我在command-line輸入 "parcel index.html"

正常來說應該是會順利的打包

但卻出現以下錯誤碼

(node:2805) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): SyntaxError: 'super' keyword unexpected here

看不太懂是哪裡錯誤!??

rising iT邦新手 5 級 ‧ 2018-02-02 09:34:52 檢舉
這是 compiling error ,你的程式是從官方文件複製貼上生出來的話請提供 codepen 或上傳到 github 上再提供連結,而若官方有給 github repo example 的話也麻煩提供下連結
rising iT邦新手 5 級 ‧ 2018-02-02 09:42:07 檢舉
想自己解這錯誤的話,由於這錯誤是說 Compiler 在預期外的地方碰上 super 這個 token,你可以自己檢視下程式內有用到 super 的程式有沒有哪隻程式看起來怪怪的
@rising 目前已經解決了 後來翻了很久

發現是node版本6,7不支援parcel,需要更新到8,9才行

感謝~~
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答