christianalfoni / webpack-bin

A webpack code sandbox
http://www.webpackbin.com
MIT License
710 stars 75 forks source link

Module not found: Error: Cannot resolve module 'react-tag-input' #160

Closed prakhar1989 closed 8 years ago

prakhar1989 commented 8 years ago

Hi Christian!

Thanks a lot for this excellent app! I was trying to set up a test bin with my personal package react-tag-input but as soon as I hit save, I get the following error in the bin

ERROR: ModuleNotFoundError
Module not found: Error: Cannot resolve module 'react-tag-input' in /api/sandbox/14678070670465704

Any pointers as to where I'm going wrong? Thanks a ton :)

bebraw commented 8 years ago

Works for me. Did you add the package through the "configure" modal? You need to type its name to the project dependencies before you can import it.

prakhar1989 commented 8 years ago

For some reason it works now. Weird. Thanks a lot =)