sencha / ext-react

Sencha ExtReact
https://www.sencha.com/products/extreact
Other
91 stars 39 forks source link

ext-react-rest-example npm install failed (module express, ext-react-renderercell) #123

Open clo216 opened 6 years ago

clo216 commented 6 years ago

Hi, I tried to install ext-react-rest-example on my machine following instructions https://github.com/sencha/ext-react/tree/master/packages/ext-react-rest-example .

The command npm install failed with at least 2 errors: 1) Cannot find module 'express'. I solved by executing "npm install express" 2) npm ERR! 404 Not found : @sencha/ext-react-renderercell I didn't find the right solution

Thanks

nmatei commented 6 years ago

$ npm view @sencha/ext-react-renderercell

{ name: '@sencha/ext-react-renderercell',
  versions: [ '6.6.0', '6.6.1' ],

while package.json requires the latest ("@sencha/ext-react-renderercell": "~6.6.2") but seems that is not published yet.

you can downgrade to 6.6.1 all dependencies from that example and should work.

branflake2267 commented 6 years ago

We're getting close to releasing 6.6.2. All the tests look good so far. Everything is on our test.npm instance, but it's not available for the public yet.

clo216 commented 6 years ago

Hi, meanwhile I modified my package.json for these packages and I was able to run the application.

"@sencha/ext-react": "~6.6.1", "@sencha/ext-react-renderercell": "~6.6.1", "@sencha/ext-react-transition": "~6.6.1", "@sencha/ext-react-babel-plugin": "~6.6.1", "@sencha/ext-react-webpack-plugin": "~6.6.1",

Thanks for your reply.

When the 6.6.2 version will be available I will upgrade my sample.

mgusmano commented 6 years ago

v6.6.2 is available