NEARStudio
NEARStudio copied to clipboard
Downloaded projects don't work if you have latest node
steps to repro:
- make sure you have latest node
- download a nearstudio project
- npm install
- 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
To fix, we need to either update to gulp 4 or not use gulp