wjkang / quasar-admin-server

48 stars 27 forks source link

primordials is not defined #5

Open ideaviewes opened 3 years ago

ideaviewes commented 3 years ago

npm install完成后 npm start 报错 primordials is not defined

ghost commented 3 years ago
npm install -g n

sudo n 11.15.0

npm install gulp@^3.9.1
npm install 
npm rebuild node-sass

have a try, worked for me.

donniexyz commented 3 years ago

I downgrade to nodev10 (https://nodejs.org/en/blog/release/v10.18.0/) then it works