-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
Cannot find module 'unicode/category/So'
it craps out on the const slug = require('slug') statement. it works fine on mac. but debian and ubuntu both throw this error
heres the full error:
module.js:328
throw err;
^
Error: Cannot find module 'unicode/category/So'
at Function.Module._resolveFilename (module.js:326:15)
at Function.Module._load (module.js:277:25)
at Module.require (module.js:354:17)
at require (internal/module.js:12:17)
at symbols (/home/username/lib/node_modules/slug/slug.js:6:16)
at /home/username/lib/node_modules/slug/slug.js:199:5
at Object.<anonymous> (/home/username/lib/node_modules/slug/slug.js:212:2)
at Module._compile (module.js:398:26)
at Object.Module._extensions..js (module.js:405:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Module.require (module.js:354:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/home/username/lib/config/mylib.js:4:12)
at Module._compile (module.js:398:26)
at Object.Module._extensions..js (module.js:405:10)
guyellis, antoinedejonckheere, RafaelVidaurre, hame25, gedex and 1 more
Metadata
Metadata
Assignees
Labels
No labels