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
After installing make and node-gyp on windows 10 with node 12.22 and npm v7.6.1, when i try to install uplink-nodejs have got this error :
234 error Warning: Missing input files:
234 error C:\Users\Ender\SynologyDrive\Coding\Halicarnasse\hali-serveur\node_modules\uplink-nodejs\libuplinkcv1.2.4.dll
234 error C:\Users\Ender\SynologyDrive\Coding\Halicarnasse\hali-serveur\node_modules\uplink-nodejs\uplink_definitions.h
234 error C:\Users\Ender\SynologyDrive\Coding\Halicarnasse\hali-serveur\node_modules\uplink-nodejs\libuplinkcv1.2.4.h
234 error C:\Users\Ender\SynologyDrive\Coding\Halicarnasse\hali-serveur\node_modules\uplink-nodejs\uplink_combat.h
What i'm doing wrong ?
I follow this :
For NodeJS
Please ensure Node.js with version 10 or higher is installed
Check Node.js version
$ node -v
please ensure make is already installed.
please ensure node-gyp dependencies is already installed.
please ensure @types/node dependencies is installed for running module in typescript.
The text was updated successfully, but these errors were encountered:
After installing make and node-gyp on windows 10 with node 12.22 and npm v7.6.1, when i try to install uplink-nodejs have got this error :
234 error Warning: Missing input files:
234 error C:\Users\Ender\SynologyDrive\Coding\Halicarnasse\hali-serveur\node_modules\uplink-nodejs\libuplinkcv1.2.4.dll
234 error C:\Users\Ender\SynologyDrive\Coding\Halicarnasse\hali-serveur\node_modules\uplink-nodejs\uplink_definitions.h
234 error C:\Users\Ender\SynologyDrive\Coding\Halicarnasse\hali-serveur\node_modules\uplink-nodejs\libuplinkcv1.2.4.h
234 error C:\Users\Ender\SynologyDrive\Coding\Halicarnasse\hali-serveur\node_modules\uplink-nodejs\uplink_combat.h
What i'm doing wrong ?
I follow this :
The text was updated successfully, but these errors were encountered: