I’ve installed serialport module with this command
meteor npm install --save serialport
Now, i want to use the module, but when i do a
import SerialPort from 'serialport';
in my module, i’ve this error :
Error: Cannot find module ‘fs’
Note : I’ve already installed meteor-node-stubs
Thanx for your help !