Closed manjeettahkur closed 2 years ago
I'm getting this error
Module not found: Error: Can't resolve './lib/config' in 'node_modules/smartcar'
I think the path should be const config = require('./lib/config.json');
const config = require('./lib/config.json');
@manjeettahkur The latest release contains a fix for this issue! :)
I'm getting this error
Module not found: Error: Can't resolve './lib/config' in 'node_modules/smartcar'
I think the path should be
const config = require('./lib/config.json');