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 npm modules; Remove warnings about loading scripts using docum… #5

Merged
merged 1 commit into from
Feb 17, 2017

Conversation

AnthonyCalandra
Copy link
Contributor

@AnthonyCalandra AnthonyCalandra commented Feb 17, 2017

Instructions

Update npm and node and clear old modules. Here's how to do it using n on Linux/OSX:

# Make sure you're in the ethereal-irc dir.
npm i -g n
n latest
n use 7.5.0 # Verify this worked by doing: node -v
npm update -g npm
rm -rf node_modules/

Once the above steps are completed and you've pulled in this branch. Run npm i.

Verify it worked by starting up the app. There should be no errors when you run npm run webpack-server, npm start, and there should be no errors in the app's devtools log.

@drewlindsey drewlindsey self-requested a review February 17, 2017 20:57
Copy link
Member

@drewlindsey drewlindsey left a comment

Choose a reason for hiding this comment

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

Checked on windows. Updated NPM to 4.2.0 (as opposed to 4.3.0) and NodeJS to 7.5.0 manually.

@drewlindsey drewlindsey merged commit bdc7547 into master Feb 17, 2017
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.

2 participants