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

Remove NPM from package.json #137

Merged
merged 1 commit into from
Dec 6, 2021

Conversation

ryanand26
Copy link
Contributor

As Node & NPM is listed in the requirements this isn't really needed and if a later version of NPM (i.e. 8.2.0) is present this older version would be installed. This was causing an issue for my setup as this older version isn't my mirror of NPM.

As you're using 'engines' NPM would warn if a user is using an older version.

Any question or concerns please just let me know, especially if I'm missing a part of your PR process. Cheers!

…ents this isn't really needed and if a later version of npm (i.e. 8.2.0) is present this older version would be installed.
Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're absolutely right - good catch. 💃

@alexcjohnson alexcjohnson merged commit ee5eefd into plotly:master Dec 6, 2021
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.

None yet

2 participants