File tree Expand file tree Collapse file tree 3 files changed +4423
-1305
lines changed Expand file tree Collapse file tree 3 files changed +4423
-1305
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ npm install tslog
5757
5858In order to run a native ES module in Node.js, you have to do two things:
5959
60- 1 ) Set ` "type": "module ` in ` package.json ` .
61- 2 ) Start with ` --experimental-specifier-resolution=node `
60+ 1 ) Set ` "type": "module" ` in ` package.json ` .
61+ 2 ) For now, start with ` --experimental-specifier-resolution=node `
6262
6363Example ` package.json `
6464``` json
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ npm install tslog
5757
5858In order to run a native ES module in Node.js, you have to do two things:
5959
60- 1 ) Set ` "type": "module ` in ` package.json ` .
61- 2 ) Start with ` --experimental-specifier-resolution=node `
60+ 1 ) Set ` "type": "module" ` in ` package.json ` .
61+ 2 ) For now, start with ` --experimental-specifier-resolution=node `
6262
6363Example ` package.json `
6464``` json
You can’t perform that action at this time.
0 commit comments