.npmrc without version of node brakes node
Closed this issue · 4 comments
Yeti-or commented
node -v
> Version 4 has not been established
rm .npmrc
rm .nvmrc
node -v
v4.6.0
markelog commented
Removal of .nvmrc
should be sufficient. What is the content of it?
Yeti-or commented
Yeah you right
Yeti-or commented
cat .nvmrc
4
markelog commented
Maybe eclectica just needs to be updated, since non-specific version numbers are become supported just recently.
Will check it tomorrow