Update ember
Aiming to resolve: https://github.com/tastejs/todomvc/issues/2255
How do you run the meta app? I see engines is set to node 8...?
@NullVoxPopuli - you're right, the site needs node 8 to run with gulp.
I believe it's npm run gulp serve from root.
(@FadySamirSadek - in case I am forgetting something here)
I can't get it to run:
❯ npm run gulp serve
> [email protected] gulp
> gulp serve
fs.js:43
} = primordials;
^
ReferenceError: primordials is not defined
at fs.js:43:5
at req_ (<repo>/node_modules/natives/index.js:137:5)
at Object.req [as require] (<repo>/node_modules/natives/index.js:54:10)
at Object.<anonymous> (<repo>/node_modules/gulp/node_modules/graceful-fs/fs.js:1:37)
ah, I'm still using node 18 (because this is what engines is set to).
❯ node -v
v18.20.4
❯ npm -v
8.19.4
even downgrading to the dark ages doesn't work:
❯ node -v
v8.17.0
❯ npm -v
3.10.10
npm run gulp serve just exits with no ... behavior?
@NullVoxPopuli - are you using node 8.17.0? You might have to run install again after switching, but the command is pretty much what I'm using.
install never finishes
thanks, updated!
Not sure why it's not working for you locally
I couldn't find what combination of npm/node to use -- I suspect that if I have the right combo of versions, I could run things