nearprotocol / NEARStudio

IDE for building smart contracts on NEAR Protocol
https://studio.nearprotocol.com
MIT License
67 stars 18 forks source link

Downloaded projects don't work if you have latest node #137

Open janedegtiareva opened 5 years ago

janedegtiareva commented 5 years ago

steps to repro: 1) make sure you have latest node 2) download a nearstudio project 3) npm install 4) npm run start

Outcome: fs.js:27 const { Math, Object } = primordials; ^

ReferenceError: primordials is not defined

This is due to using gulp 3. https://github.com/gulpjs/gulp/issues/2324

janedegtiareva commented 5 years ago

To fix, we need to either update to gulp 4 or not use gulp