You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
Which describes the intentions of npm install and gulp update-notes to be separated commands. As for now it is not possible to install mist without triggering a full download of all nodes for all operating systems (this is yet another issue).
Please remove the postinstall hook from package.json or provide a convenient way of disabling the update-nodes command. Also I would strongly recommend to only download the target OS version of the node.
The text was updated successfully, but these errors were encountered:
ERROR: YOUR NODES NEED TO BE UPDATED run $ gulp update-nodes
I do not want to use the mist nodes but the system wide nodes. Please, help a desperate package maintainer :-)
I totally understand your motivation, you want it straight forward easy and simple for the end user. But for those who know their tools, please allow alternative paths! Thanks :-)
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
lockbot
locked and limited conversation to collaborators
Mar 31, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The package.json contains the following:
Which causes each
npm install
to trigger agulp update-nodes
after the installation. Took me a while to figure out where that came from.In the docs you describe the installation as follows:
Which describes the intentions of
npm install
andgulp update-notes
to be separated commands. As for now it is not possible to install mist without triggering a full download of all nodes for all operating systems (this is yet another issue).Please remove the postinstall hook from
package.json
or provide a convenient way of disabling theupdate-nodes
command. Also I would strongly recommend to only download the target OS version of the node.The text was updated successfully, but these errors were encountered: