contiamo / restful-react

A consistent, declarative way of interacting with RESTful backends, featuring code-generation from Swagger and OpenAPI specs 🔥
MIT License
1.87k stars 109 forks source link

Problem upgrading from 9.7.1 to 9.8.0 #221

Closed karolinkas closed 4 years ago

karolinkas commented 4 years ago

Hey guys, we found this today, please let us now if you have seen this before.

Thanks a lot for looking into it!

Describe the bug When installing the with npm the install fails with

41511 verbose stack Error: ENOENT: no such file or directory, chmod '/Users/karolinkas/Documents/pipeline/services/pipeline_repl/app/node_modules/restful-react/dist/bin/restful-react.js'
41512 verbose cwd /Users/karolinkas/Documents/pipeline/services/pipeline_repl/app
41513 verbose Darwin 18.6.0
41514 verbose argv "/Users/karolinkas/.nvm/versions/node/v12.14.0/bin/node" "/Users/karolinkas/.nvm/versions/node/v12.14.0/bin/npm" "install"
41515 verbose node v12.14.0
41516 verbose npm  v6.13.4
41517 error code ENOENT
41518 error syscall chmod
41519 error path /Users/karolinkas/Documents/pipeline/services/pipeline_repl/app/node_modules/restful-react/dist/bin/restful-react.js
41520 error errno -2
41521 error enoent ENOENT: no such file or directory, chmod '/Users/karolinkas/Documents/pipeline/services/pipeline_repl/app/node_modules/restful-react/dist/bin/restful-react.js'
41522 error enoent This is related to npm not being able to find a file.
41523 verbose exit [ -2, true ]

To Reproduce Steps to reproduce the behavior:

  1. Install the newest version 9.8.0 using the npm install command

Expected behavior Install should succeed

Desktop (please complete the following information):

fabien0102 commented 4 years ago

Fixed in 9.9.0!