Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

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

Open
janedegtiareva opened this issue Jul 31, 2019 · 1 comment
Open

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

janedegtiareva opened this issue Jul 31, 2019 · 1 comment

Comments

@janedegtiareva
Copy link
Contributor

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. gulpjs/gulp#2324

@janedegtiareva
Copy link
Contributor Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant