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
Next does not install when I run npm install --save next. I get the following error
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @babel/parser@^7.1.3
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of '@babel/traverse'
npm ERR! notarget
Installing with yarn produces a similar problem
Couldn't find any versions for "@babel/parser" that matches "^7.1.3"
? Please choose a version of "@babel/parser" from this list: (Use arrow keys)
❯ 7.1.2
7.1.1
7.1.0
7.0.0
7.0.0-rc.4
7.0.0-rc.3
7.0.0-rc.2
7.0.0-rc.1
7.0.0-rc.0
7.0.0-beta.56
7.0.0-beta.55
7.0.0-beta.54
7.0.0-beta.53
7.0.0-beta.52
7.0.0-beta.51
7.0.0-beta.50
7.0.0-beta.49
7.0.0-beta.48
To Reproduce
npm install --save next
System information
OS: macOS High Sierra
npm: 6.4.1
node: 8.11.3
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
Next does not install when I run
npm install --save next
. I get the following errorInstalling with yarn produces a similar problem
To Reproduce
npm install --save next
System information
The text was updated successfully, but these errors were encountered: