reactjs - Browserify Error { [Error: Cannot find module 'classNames' -


when run npm start on react project following error:

browserify error { [error: cannot find module 'classnames' '/home/nuwan/nuclei/rollingright/location-admin'] stream:   labeled {  _readablestate:    readablestate {     highwatermark: 16,     buffer: [],     length: 0,     pipes: [object],     pipescount: 1,     flowing: true,     ended: false,     endemitted: false,     reading: true,     sync: false,     needreadable: true,     emittedreadable: false,     readablelistening: false,     objectmode: true,     defaultencoding: 'utf8',     ranout: false,     awaitdrain: 0,     readingmore: false,     decoder: null,     encoding: null,     resumescheduled: false },  readable: true,  domain: null,  _events:    { end: [object],     error: [object],     data: [function: ondata],     _mutate: [object] },  _eventscount: 4,  _maxlisteners: undefined,  _writablestate:    writablestate {     highwatermark: 16,     objectmode: true,     needdrain: false,     ending: true,     ended: true,     finished: true,     decodestrings: true,     defaultencoding: 'utf8',     length: 0,     writing: false,     corked: 0,     sync: false,     bufferprocessing: false,     onwrite: [function],     writecb: null,     writelen: 0,     buffer: [],     pendingcb: 0,     prefinished: true,     erroremitted: false },  writable: true,  allowhalfopen: true,  _options: { objectmode: true },  _wrapoptions: { objectmode: true },  _streams: [ [object], [object] ],  length: 2,  label: 'deps' } } 

i searched web , didn't found solutions issue. can suggest me wrong, using ubuntu os.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -