You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- (Recommended) install [NVS](https://github.com/jasongin/nvs/blob/master/README.md) which is a cross-platform tool for switching between different versions and forks of Node.js and will allow you to easily switch between Node-ChakraCore and other Node.js versions. Once NVS is installed simply enter the following commands in the console:
87
-
96
+
- (Recommended) install
97
+
[NVS](https://github.com/jasongin/nvs/blob/master/README.md) which is a
98
+
cross-platform tool for switching between different versions and forks of
99
+
Node.js and will allow you to easily switch between Node-ChakraCore and
100
+
other Node.js versions. Once NVS is installed simply enter the following
The code for the Remote File System sample demo'ed at NodeInteractive is
115
+
available [here](https://github.com/mrkmarron/RFSDemoJS).
99
116
100
-
You can clone the repo to a location of your choice and `npm install` the dependencies. Once
101
-
you launch the application it will serve up the contents of the folder `testdata` on port 3000. The
102
-
application is designed to intermittently rename the files `hello_world.js <-> helloWorld.js`
103
-
in the background. So, as shown in the screenshot above, a warn trace can be triggered by interacting
104
-
with the application and clicking on this file at various times. You can always trigger a sigint
105
-
trace via crtl-c at the command line.
117
+
You can clone the repo to a location of your choice and `npm install` the
118
+
dependencies. Once you launch the application it will serve up the contents of
119
+
the folder `testdata` on port 3000. The application is designed to
120
+
intermittently rename the files `hello_world.js <-> helloWorld.js` in the
121
+
background. So, as shown in the screenshot above, a warn trace can be triggered
122
+
by interacting with the application and clicking on this file at various times.
123
+
You can always trigger a sigint trace via crtl-c at the command line.
106
124
107
-
Once this SIGINT trace is written it can be replay debugged in VSCode using the `TraceDebug` launch configuration and you can change the path if you want to debug other trace files that are written.
125
+
Once this SIGINT trace is written it can be replay debugged in VSCode using the
126
+
`TraceDebug` launch configuration and you can change the path if you want to
127
+
debug other trace files that are written.
108
128
109
129
## Feedback
110
-
Please let us know on our [issues page](https://github.com/nodejs/node-chakracore/issues) if
111
-
you have any question or comment.
130
+
Please let us know on our
131
+
[issues page](https://github.com/nodejs/node-chakracore/issues) if you have any
0 commit comments