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
hello. I do all commands to run "Ext React KitchenSink". I need 6.7.x version.
node version: v10.16.0
npm version: 6.9.0
jre version: openjdk version "11.0.3" 2019-04-16
I have credentials for registry. npm login --registry=http://npm.sencha.com --scope=@sencha
I clone project git clone https://github.com/sencha/ext-react.git
change directory cd packages/ext-react-kitchensink
run command npm install
and got many errors.
`npm WARN deprecated @babel/[email protected]: 🚨 As of Babel 7.4.0, this
npm WARN deprecated package has been deprecated in favor of directly
npm WARN deprecated including core-js/stable (to polyfill ECMAScript
npm WARN deprecated features) and regenerator-runtime/runtime
npm WARN deprecated (needed to use transpiled generator functions):
npm WARN deprecated
npm WARN deprecated > import "core-js/stable";
npm WARN deprecated > import "regenerator-runtime/runtime";
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @sencha/ext-react@~7.0.0
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 'ext-react-kitchensink'
npm ERR! notarget
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2019-07-03T08_28_49_099Z-debug.log`
i need only components from "Ext React KitchenSink". How i can do it? Thank you!
The text was updated successfully, but these errors were encountered:
hello. I do all commands to run "Ext React KitchenSink". I need 6.7.x version.
node version: v10.16.0
npm version: 6.9.0
jre version: openjdk version "11.0.3" 2019-04-16
I have credentials for registry.
npm login --registry=http://npm.sencha.com --scope=@sencha
I clone project
git clone https://github.com/sencha/ext-react.git
change directory
cd packages/ext-react-kitchensink
run command
npm install
and got many errors.
`npm WARN deprecated @babel/[email protected]: 🚨 As of Babel 7.4.0, this
npm WARN deprecated package has been deprecated in favor of directly
npm WARN deprecated including core-js/stable (to polyfill ECMAScript
npm WARN deprecated features) and regenerator-runtime/runtime
npm WARN deprecated (needed to use transpiled generator functions):
npm WARN deprecated
npm WARN deprecated > import "core-js/stable";
npm WARN deprecated > import "regenerator-runtime/runtime";
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @sencha/ext-react@~7.0.0
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 'ext-react-kitchensink'
npm ERR! notarget
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2019-07-03T08_28_49_099Z-debug.log`
i need only components from "Ext React KitchenSink". How i can do it? Thank you!
The text was updated successfully, but these errors were encountered: