Current Behavior:
Running npm install gitlab:kornelski/babel-preset-php with npm@7.7.0/7.7.1 fails with:
Wrong spec type (git) for RemoteFetcher. Supported types: remote
Expected Behavior:
Running npm install gitlab:kornelski/babel-preset-php with npm@7.7.0 + succeeds with:
added 4 packages, removed 1 package, and audited 5 packages in 4s
This works if you install 7.6.3: npm install -g npm@7.6.3
Steps To Reproduce:
npm install -g npm@7.7.1
npm install gitlab:kornelski/babel-preset-php
Environment:
- OS: MacOS Mojave
- Node: v15.6.0
- npm: 7.7.1
Current Behavior:
Running
npm install gitlab:kornelski/babel-preset-phpwith npm@7.7.0/7.7.1 fails with:Expected Behavior:
Running
npm install gitlab:kornelski/babel-preset-phpwith npm@7.7.0 + succeeds with:This works if you install 7.6.3:
npm install -g npm@7.6.3Steps To Reproduce:
npm install -g npm@7.7.1npm install gitlab:kornelski/babel-preset-phpEnvironment: