|
|
|
|
|
by kodeninja
4065 days ago
|
|
I cloned the project from https://github.com/MicrosoftDX/Vorlonjs.git to play around with creating a plugin. The code in the plugin TS files (e.g. `Plugins/Vorlon/plugins/sample/sample.ts`) keeps reporting errors like `Cannot find name 'Core'`, `Cannot find name 'RuntimeSide'` etc. Is that expected? I have run `npm i` from the project root. $ node -v && npm -v
v0.10.36
1.4.28
|
|