-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different src permissions in 5.3.0? #2522
Comments
Type definitions are generated by compiler and we don't apply specific permissions afterward. /cc @benlesh just in case dev system published package might have changed? But seems bit odd. Not sure about elasticbeanstalk env, do you possibly have isolated repo can reproduce issue? |
@kwonoj thanks for the prompt response Investigating the elasticbeanstalk env and permissions, and in the meantime will see if I can repro with a smaller repo. |
Following up to confirm that pegging rxjs at 5.2.0 allowed our build to finish successfully (without having to hack file permissions). Continuing to investigate EB environment. |
On AWS Lambda I started getting the following error after updating to 5.3.0. Reverting back to 5.2.0 solved the issue.
|
I think this issue is now resolved in 5.3.1, will leave this issue opened couple of day more to get feedback if it still does have issues. |
Just installed 5.3.1 locally on a Linux machine using yarn. Files continue to be installed with mask 640 (-rw-r-----) while for 5.2.0 they will be installed with 644 (-rw-r--r--). |
I'm adding @benlesh for visibility. |
I have the same issue (#2687). Is there a solution ? |
@fdubost copying a salient comment of yours from the dupe issue:
We had the same problem and still have rxjs pegged at 5.2.0 in our prod build. |
I have no idea how to reproduce this or what could be causing it, and therefor I have no idea how I could attempt to fix it. I've published the last few from an Ubuntu machine, but that's all I can think of that's different. |
Reproducing the problem is easy 🎎 : $ mkdir toto
$ cd toto
$ yarn add rxjs
$ ls -l node_modules/rxjs/
total 528
-rw-r----- 1 fdubost staff 433 15 jui 00:09 AsyncSubject.d.ts
-rw-r----- 1 fdubost staff 1797 15 jui 00:09 AsyncSubject.js
-rw-r----- 1 fdubost staff 1360 15 jui 00:09 AsyncSubject.js.map
-rw-r----- 1 fdubost staff 410 15 jui 00:09 BehaviorSubject.d.ts
-rw-r----- 1 fdubost staff 1666 15 jui 00:09 BehaviorSubject.js
-rw-r----- 1 fdubost staff 1069 15 jui 00:09 BehaviorSubject.js.map
-rw-r----- 1 fdubost staff 537 15 jui 00:09 InnerSubscriber.d.ts
-rw-r----- 1 fdubost staff 1289 15 jui 00:09 InnerSubscriber.js
-rw-r----- 1 fdubost staff 827 15 jui 00:09 InnerSubscriber.js.map
-rw-r----- 1 fdubost staff 11064 15 jui 00:09 LICENSE.txt
-rw-r----- 1 fdubost staff 3145 15 jui 00:09 Notification.d.ts
-rw-r----- 1 fdubost staff 4747 15 jui 00:09 Notification.js
-rw-r----- 1 fdubost staff 2382 15 jui 00:09 Notification.js.map
-rw-r----- 1 fdubost staff 3060 15 jui 00:09 Observable.d.ts
-rw-r----- 1 fdubost staff 11407 15 jui 00:09 Observable.js
-rw-r----- 1 fdubost staff 3124 15 jui 00:09 Observable.js.map
-rw-r----- 1 fdubost staff 737 15 jui 00:09 Observer.d.ts
-rw-r----- 1 fdubost staff 193 15 jui 00:09 Observer.js
-rw-r----- 1 fdubost staff 259 15 jui 00:09 Observer.js.map
-rw-r----- 1 fdubost staff 192 15 jui 00:09 Operator.d.ts
-rw-r----- 1 fdubost staff 50 15 jui 00:09 Operator.js
-rw-r----- 1 fdubost staff 105 15 jui 00:09 Operator.js.map
-rw-r----- 1 fdubost staff 509 15 jui 00:09 OuterSubscriber.d.ts
-rw-r----- 1 fdubost staff 1107 15 jui 00:09 OuterSubscriber.js
-rw-r----- 1 fdubost staff 589 15 jui 00:09 OuterSubscriber.js.map
-rw-r----- 1 fdubost staff 7167 15 jui 00:09 README.md
-rw-r----- 1 fdubost staff 598 15 jui 00:09 ReplaySubject.d.ts
-rw-r----- 1 fdubost staff 3859 15 jui 00:09 ReplaySubject.js
-rw-r----- 1 fdubost staff 3163 15 jui 00:09 ReplaySubject.js.map
-rw-r----- 1 fdubost staff 7645 15 jui 00:09 Rx.d.ts
-rw-r----- 1 fdubost staff 9651 15 jui 00:09 Rx.js
-rw-r----- 1 fdubost staff 5002 15 jui 00:09 Rx.js.map
-rw-r----- 1 fdubost staff 2229 15 jui 00:09 Scheduler.d.ts
-rw-r----- 1 fdubost staff 1885 15 jui 00:09 Scheduler.js
-rw-r----- 1 fdubost staff 653 15 jui 00:09 Scheduler.js.map
-rw-r----- 1 fdubost staff 1389 15 jui 00:09 Subject.d.ts
-rw-r----- 1 fdubost staff 5613 15 jui 00:09 Subject.js
-rw-r----- 1 fdubost staff 4526 15 jui 00:09 Subject.js.map
-rw-r----- 1 fdubost staff 447 15 jui 00:09 SubjectSubscription.d.ts
-rw-r----- 1 fdubost staff 1401 15 jui 00:09 SubjectSubscription.js
-rw-r----- 1 fdubost staff 978 15 jui 00:09 SubjectSubscription.js.map
-rw-r----- 1 fdubost staff 3011 15 jui 00:09 Subscriber.d.ts
-rw-r----- 1 fdubost staff 9695 15 jui 00:09 Subscriber.js
-rw-r----- 1 fdubost staff 6448 15 jui 00:09 Subscriber.js.map
-rw-r----- 1 fdubost staff 2801 15 jui 00:09 Subscription.d.ts
-rw-r----- 1 fdubost staff 8183 15 jui 00:09 Subscription.js
-rw-r----- 1 fdubost staff 4961 15 jui 00:09 Subscription.js.map
drwxr-xr-x 4 fdubost staff 136 21 jui 23:32 add
drwxr-xr-x 5 fdubost staff 170 21 jui 23:32 bundles
drwxr-xr-x 141 fdubost staff 4794 21 jui 23:32 observable
drwxr-xr-x 308 fdubost staff 10472 21 jui 23:32 operator
-rw-r----- 1 fdubost staff 4932 15 jui 00:09 package.json
drwxr-xr-x 44 fdubost staff 1496 21 jui 23:32 scheduler
drwxr-xr-x 26 fdubost staff 884 21 jui 23:32 src
drwxr-xr-x 11 fdubost staff 374 21 jui 23:32 symbol
drwxr-xr-x 20 fdubost staff 680 21 jui 23:32 testing
drwxr-xr-x 86 fdubost staff 2924 21 jui 23:32 util (macOS Sierra 10.12.5, yarn 0.22.0, npm 4.2.0, node 7.8.0) |
Meanwhile I've upgraded to node 8 and yarn 0.24.5. |
@about-code Confirmed working with |
I have the same issue with [email protected], [email protected] and [email protected] (idem with [email protected]) 😥 |
Oh it seems to work after a |
@returnlytom I am glad I could help you and suggest closing the issue. |
@about-code thanks, closing the issue :) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
RxJS version:
5.3.0
Code to reproduce:
rxjs@latest
(see package.json below)Expected behavior:
It builds successfully. (It was before on 5.2.0).
Actual behavior:
Additional information:
A few notes:
chmod 777 node_modules/rxjs/* -R
package.json
The text was updated successfully, but these errors were encountered: