Brooke Smith

Senior Software Engineer - Java, Javascript. Canberra Australia.
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
-
Brooke Smith created a post, Webstorm console.log additional unwanted annotations
Webstorm (and IDEA is acting the same) adds extra information to each console.log. For example I am getting: console.log day: 0, deposit: 10, available: 0.1, CumulativeAvailable: 0.1, cumulativ... -
-
-
-
-
Brooke Smith created a post, debug Webstorm package.json that calls `npx nps <script>` with multiple projects running
We have this `package.json`: "scripts": { "start": "npx nps local", ...} And the package-scripts.json contains: local: { description: 'Creates a local environment for development', ...