Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ember #2261

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NullVoxPopuli
Copy link
Contributor

@NullVoxPopuli NullVoxPopuli commented Oct 9, 2024

Aiming to resolve: #2255

How do you run the meta app?
I see engines is set to node 8...?

@flashdesignory
Copy link
Collaborator

@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)

@NullVoxPopuli
Copy link
Contributor Author

NullVoxPopuli commented Oct 10, 2024

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?

@flashdesignory
Copy link
Collaborator

@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.

@NullVoxPopuli
Copy link
Contributor Author

install never finishes

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

Successfully merging this pull request may close these issues.

Add sidebar to Ember example
2 participants