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

Getting npm err by docker compose on npm install #3180

Open
Rudra-Sankha-Sinhamahapatra opened this issue Jul 3, 2024 · 12 comments
Open

Getting npm err by docker compose on npm install #3180

Rudra-Sankha-Sinhamahapatra opened this issue Jul 3, 2024 · 12 comments
Labels

Comments

@Rudra-Sankha-Sinhamahapatra
Copy link

Rudra-Sankha-Sinhamahapatra commented Jul 3, 2024

p5.js version

web

What is your operating system?

Windows

Web browser and version

chrome://latest

Actual Behavior

Whenever i am trying to set up the project using docker compose it shows me npm err during npm install
image
After that i tried to run manually npm install
It also showing me errors
image

Expected Behavior

Whenever we try to set up the project then it should be set up without any npm errors
Its should'nt show any conflict between the versions or any other kind of error

Steps to reproduce

Steps:

  1. Try to fix the npm error so that user dosent get erros during npm install

Snippet:

// Paste your code here :)
Copy link

welcome bot commented Jul 3, 2024

Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.

@JoshiUtsav
Copy link

@Rudra-Sankha-Sinhamahapatra Upgrade you npm version.

@Rudra-Sankha-Sinhamahapatra
Copy link
Author

I have the latest npm version

@Rudra-Sankha-Sinhamahapatra
Copy link
Author

@JoshiUtsav

@JoshiUtsav
Copy link

image

@Rudra-Sankha-Sinhamahapatra
Copy link
Author

is it working for you?
how can i run it ??
Because i think the project is running on older versions...so if i get back to older npm,node versions it will not be a good idea

@Rudra-Sankha-Sinhamahapatra
Copy link
Author

@JoshiUtsav

@JoshiUtsav
Copy link

Yes, it is working on my machine

@Rudra-Sankha-Sinhamahapatra
Copy link
Author

@JoshiUtsav do you have the latest node js,npm version?

@Rudra-Sankha-Sinhamahapatra
Copy link
Author

image
using latest versions

@Hkumar2401
Copy link

is it working for you? how can i run it ?? Because i think the project is running on older versions...so if i get back to older npm,node versions it will not be a good idea

You can use nvm to use a specific node version for a particular project by using nvm install vX.Y.Z and you can refer to https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/

@raclim
Copy link
Collaborator

raclim commented Jul 9, 2024

Hi @Rudra-Sankha-Sinhamahapatra, although you have the latest node and npm versions on your machine, they aren't the ones that are compatible with this repository, which runs on node v16.14.2 and npm v8.5.0.

Screenshot 2024-07-09 at 11 27 38 AM

You can refer to the installation docs for more context on this as well. We do receive some npm warnings for some incompatible dependencies at the moment, but plan to update our node version soon.

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

No branches or pull requests

4 participants