Skip to content

Commit 01bd30e

Browse files
committed
Update DeveloperREADME
1 parent 472766e commit 01bd30e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

DeveloperREADME.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ cd reactime
1818
npm install --force
1919
npm run build
2020
```
21+
<b>With release of Node v18.12.1 (LTS) on 11/4/22, the script has been updated to 'npm run dev' || 'npm run build' for backwards compatibility.<br/>
22+
For version Node v16.16.0, please use script 'npm run devlegacy' || 'npm run buildlegacy'</b>
2123

2224
4. Spin up the demo application.
2325

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<h5 align="center">
3232
<br>
33-
<a href="./README.rus.md">🇷🇺 &nbsp; РУССКАЯ ВЕРСИЯ</a> &nbsp;&nbsp; <a href="./README.fr.md">🇫🇷 &nbsp; VERSION FRANÇAISE</a> &nbsp;&nbsp; <a href='./src/README.md'>DEVELOPER README</a>
33+
<a href="./README.rus.md">🇷🇺 &nbsp; РУССКАЯ ВЕРСИЯ</a> &nbsp;&nbsp; <a href="./README.fr.md">🇫🇷 &nbsp; VERSION FRANÇAISE</a> &nbsp;&nbsp; <a href='/DeveloperREADME.md'>DEVELOPER INSTALL</a> &nbsp;&nbsp; <a href='./src/README.md'>DEVELOPER README</a>
3434
<br>
3535
</h5>
3636
<br>
@@ -47,8 +47,8 @@
4747

4848
The primary purpose of this update is to allow easier understanding of Reactime's codebase by individuals or groups wishing to further update Reactime, keeping this great developer tool alive.
4949

50-
<b>With release of Node v18.12.1(LTS), the script has been updated to 'npm run dev' || 'npm run build' for backwards compatibility.<br/>
51-
For version Node v16.16.0, please use script 'npm run devlegacy' || 'npm run buildlegacy'</b>
50+
With release of Node v18.12.1(LTS) on 11/4/22, the script has been updated to 'npm run dev' || 'npm run build' for backwards compatibility.<br/>
51+
For version Node v16.16.0, please use script 'npm run devlegacy' || 'npm run buildlegacy'
5252

5353
Previously, <b>Reactime 14.0 and 15.0</b> added the exciting features below:
5454

@@ -101,6 +101,11 @@ Try refreshing the application you want to test and refresh the DevTools by clic
101101

102102
Reactime is an open source project, and we’d really appreciate your help with improving user experience. Please create a pull request (or issue) to propose and collaborate on changes to a repository.
103103

104+
### ❓ <b>Node version compatiability</b>
105+
106+
With release of Node v18.12.1(LTS) on 11/4/22, the script has been updated to 'npm run dev' | 'npm run build' for backwards compatibility.<br/>
107+
For version Node v16.16.0, please use script 'npm run devlegacy' | 'npm run buildlegacy'
108+
104109
## <b>Features</b>
105110

106111
### 🔹 Viewing

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Brief
44
Our mission at Reactime is to maintain and iterate constantly, but never at the expense of future developers.<br />We know how hard it is to quickly get up to speed and onboard in a new codebase.<br />So, here are some helpful pointers to help you hit the ground running. 🏃🏾💨
55

6-
<b>With release of Node v18.12.1 (LTS), the script has been updated to 'npm run dev' || 'npm run build' for backwards compatibility.<br/>
6+
<b>With release of Node v18.12.1 (LTS) on 11/4/22, the script has been updated to 'npm run dev' || 'npm run build' for backwards compatibility.<br/>
77
For version Node v16.16.0, please use script 'npm run devlegacy' || 'npm run buildlegacy'</b>
88

99
## Quick Tips

0 commit comments

Comments
 (0)