Closed benmb1984 closed 6 years ago
Wasn’t this fixed in #8?
No, I have test it on multiple Windows machines. Same error everywhere.
Why is it using cp
there? #8 changed it to use cpr
. Do we need to tag another release or something to update?
cpr is used in the latest release I have tested. Maybe cpr itself (or node.js) is using the copy
command.
Maybe the most easy solution is don't copy the file during install. Provide both files already in your repository.
What’s in your package.json
for the install script? Can you run npm run install
?
I just checked and yes, the cpr
version was unreleased to npm
. Try again with 2.0.2 please!
Hi Zachleat, Problem solved. It works now with classic CMD and PowerShell. Many thanks!
Hi Jonathan,
I get an error during the installation of your package. It seems like PowerShell on Windows is using cmd.exe during builds. In your script I see some
cp
commands. I hope you have some time for this.More info: https://github.com/ReactiveX/rxjs/issues/1601
Kind regards, Ben